[Yahoo-eng-team] [Bug 1378640] [NEW] Incorrect parameters passed to delete_from_backend method

2014-10-07 Thread Pranali Deore
Public bug reported: delete_from_backend(self.admin_context, uri) in this method uri should be the first argument instead of self.admin_context. https://github.com/openstack/glance/blob/master/glance/scrubber.py#L552 https://github.com/openstack/glance_store/blob/master/glance_store/backend.py#L2

[Yahoo-eng-team] [Bug 1354396] Re: updated ip_address for router interfaces not honored on nodes hosting router

2014-10-07 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1354396 Ti

[Yahoo-eng-team] [Bug 1217082] Re: baremetal driver needs better tests

2014-10-07 Thread Joe Gordon
we are about to delete nova-baremetal now that we are on Kilo and Ironic merged ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchp

[Yahoo-eng-team] [Bug 1293000] Re: Float IP DNS not handling NotImplemented Error

2014-10-07 Thread OpenStack Infra
** Changed in: nova Status: Invalid => In Progress ** Changed in: nova Assignee: (unassigned) => Haiwei Xu (xu-haiwei) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1378568] Re: new horizon inverted tab style is very confusing and ugly

2014-10-07 Thread Gary W. Smith
** Changed in: horizon Importance: Medium => Undecided ** Changed in: horizon Status: Confirmed => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/13

[Yahoo-eng-team] [Bug 1378568] [NEW] new horizon inverted tab style is very confusing and ugly

2014-10-07 Thread Walt Boring
Public bug reported: I just noticed the new patch that landed in horizon that changes the look/style of the tabs in horizon. https://review.openstack.org/#/c/115649/ This new ui is confusing and very ugly. It's very hard to distinguish now which tab is selected as the tab is inverted. This

[Yahoo-eng-team] [Bug 1378560] [NEW] Customizing Horizon doc needs to be cleaned up

2014-10-07 Thread Cindy Lu
Public bug reported: http://docs.openstack.org/developer/horizon/topics/customizing.html Still refers to horizon.less file. "To add icon to Table Action, use icon property. Example: class CreateSnapshot(tables.LinkAction): name = “snapshot” verbose_name = _(“Create Snapshot”) icon = “camera”"

[Yahoo-eng-team] [Bug 1378558] [NEW] Plugin panel not listed in configured panel group

2014-10-07 Thread Janet Yu
Public bug reported: When adding panel Foo to the Admin dashboard's System panel group via the openstack_dashboard/local/enabled/ directory, with something like: PANEL = 'foo' PANEL_DASHBOARD = 'admin' PANEL_GROUP = 'admin' ADD_PANEL = 'openstack_dashboard.dashboards.admin.foo.panel.Foo' Foo app

[Yahoo-eng-team] [Bug 1378548] [NEW] javascript crashes on project create

2014-10-07 Thread oleksii
Public bug reported: *stable-havana in firefox 24 on windows7* on create project in horizon javascript terminates script execution. we have about 180+ users in cloud and 500+ roles I tried to debug with firebug and it showed that we got response from server on url */projects/create response conta

[Yahoo-eng-team] [Bug 1378532] Re: Keystone token date format is inconsistent

2014-10-07 Thread Dolph Mathews
This is unfortunately true, but we can't change date formats as it would be considered an API backwards incompatibility. Hopefully we've made v3 very consistent! ** Changed in: keystone Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1377981] Re: Missing fix for ssh_execute (Exceptions thrown may contain passwords) (CVE-2014-7230, CVE-2014-7231)

2014-10-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/126592 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d5efe6703297761215907eeaf703cec040e6ad25 Submitter: Jenkins Branch:proposed/juno commit d5efe6703297761215907eeaf703cec040e6ad25 Author: Tristan Cacqueray Date: Fri Oct 3 19

[Yahoo-eng-team] [Bug 1378532] [NEW] Keystone token date format is inconsistent

2014-10-07 Thread Haneef Ali
Public bug reported: issued_at field is only in v3, but v2 token response has issued_at. This is not a major issue. But the format of the date is inconsistent "token": { "expires": "2014-10-08T00:51:35Z", "id": "a94eec3993a74bf4b26f91bd485f3b6d", "issued_at"

[Yahoo-eng-team] [Bug 1378525] [NEW] Broken L3 HA migration should be blocked

2014-10-07 Thread Assaf Muller
Public bug reported: While the HA property is update-able, and resulting router-get invocations suggest that the router is HA, the migration itself fails on the agent. This is deceiving and confusing and should be blocked until the migration itself is fixed in a future patch. ** Affects: neutron

[Yahoo-eng-team] [Bug 1378514] [NEW] Allow setting max downtime for libvirt live migrations

2014-10-07 Thread Chris St. Pierre
Public bug reported: As of libvirt 1.2.9, the maximum downtime for a live migration is tunable during a migration, so it doesn't require any threading foolishness. We should make this configurable in nova.conf so that large instances can be migrated across relatively smaller network pipes. ** Aff

[Yahoo-eng-team] [Bug 1378510] [NEW] creating snapshot

2014-10-07 Thread Bobby Yakovich
Public bug reported: If this needs to be under NOVA please advise. Running ice house on ubuntu 14.04 When snapshot is created by a user in a project, the snapshot is not visible. Determined snapshot gets listed only to admin system panel, and must be made public for anyone else to see it. Should

[Yahoo-eng-team] [Bug 1378508] [NEW] KeyError in DHPC RPC when port_update happens.- this is seen when a delete_port event occurs

2014-10-07 Thread Swaminathan Vasudevan
Public bug reported: When there is a delete_port event occassionally we are seeing a TRACE in dhcp_rpc.py file. 2014-10-07 12:31:39.803 DEBUG neutron.api.rpc.handlers.dhcp_rpc [req-803de1d2-a128-41f1-8686-2bec72c61f5a None None] Update dhcp port {u'port': {u'network_id': u'12548499-8387-480e-b2

[Yahoo-eng-team] [Bug 1373430] Re: Error while compressing files

2014-10-07 Thread James Slagle
** Changed in: tripleo Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1373430 Title: Error while compressing files Status in

[Yahoo-eng-team] [Bug 1378468] [NEW] DBDuplicateError found sometimes when router_interface_delete issued with DVR

2014-10-07 Thread Swaminathan Vasudevan
Public bug reported: When a router_interface_delete is called, this calls the "schedule_snat_router" that causes the DBDuplicateError when it is trying to bind the router twice. ** Affects: neutron Importance: Undecided Status: New ** Tags: l3-dvr-backlog ** Tags added: l3-dvr-b

[Yahoo-eng-team] [Bug 1378452] [NEW] fix tiny gap in navigation sidebar

2014-10-07 Thread Cindy Lu
Public bug reported: see image ** Affects: horizon Importance: Undecided Assignee: Cindy Lu (clu-m) Status: New ** Attachment added: "Untitled.png" https://bugs.launchpad.net/bugs/1378452/+attachment/4227664/+files/Untitled.png ** Changed in: horizon Assignee: (unass

[Yahoo-eng-team] [Bug 1378388] Re: Performance regression uploading images to glance in juno

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package python-glance-store - 0.1.8-1ubuntu1 --- python-glance-store (0.1.8-1ubuntu1) utopic; urgency=medium * d/p/fix-rbd-chunk-size.patch: Cherry pick fix from upstream VCS to correctly calculate RBD chunk size, resolving performance regression wi

[Yahoo-eng-team] [Bug 1378461] [NEW] nova.objects.network_request.NetworkRequest's version is incorrect

2014-10-07 Thread Jay Pipes
Public bug reported: from nova/objects/network_request.py: class NetworkRequest(obj_base.NovaObject): # Version 1.0: Initial version # Version 1.1: Added pci_request_id VERSION = '1.0' VERSION should be 1.1, per the comment above it. ** Affects: nova Importance: Medium

[Yahoo-eng-team] [Bug 1378459] [NEW] Missing info_cache.save() in db sqlalchemy api

2014-10-07 Thread Nathanael Burton
Public bug reported: Missing network information (nw_info) stored in the 'instance_info_caches' DB table was failing to be successfully healed by the _heal_instance_info_cache() periodic task. The periodic task correctly fires and gets the nw_info to update, but the DB call to instance_info_cache

[Yahoo-eng-team] [Bug 1378402] Re: Wrong version links href: https replaced by http

2014-10-07 Thread goldyfruit
@Chmouel: You're right ! I fixed the public_endpoint and now it works ! Thanks ** Changed in: keystone Status: New => Fix Released ** Changed in: keystone Assignee: (unassigned) => goldyfruit (goldyfruit) -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 884479] Re: Ability to display just a single enlarged table...

2014-10-07 Thread Tom Fifield
Based on the comment from 2012, and the complete lack of activity, I'm going to mark this up as "Opinion". ** Changed in: horizon Status: Triaged => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboar

[Yahoo-eng-team] [Bug 1233259] Re: Midonet plugin clean up dhcp correctly

2014-10-07 Thread Tom Fifield
** Changed in: neutron Status: In Progress => Confirmed ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1233259 Title

[Yahoo-eng-team] [Bug 753280] Re: We should use policy routing for VM's.

2014-10-07 Thread Tom Fifield
** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/753280 Title: We should use policy routing for VM's. Status in OpenStack Neutr

[Yahoo-eng-team] [Bug 1370265] Re: Crash on describing EC2 volume backed image with multiple devices

2014-10-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/126520 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f98c28228b6db5b0796e9669b6bd692b82bbfa6d Submitter: Jenkins Branch:proposed/juno commit f98c28228b6db5b0796e9669b6bd692b82bbfa6d Author: liyingjun Date: Sat Sep 6 18:41:51 201

[Yahoo-eng-team] [Bug 1378402] [NEW] Wrong version links href: https replaced by http

2014-10-07 Thread goldyfruit
Public bug reported: Hi, I use Keystone with SSL, so i should have a href link with https. The problem is that URL is in http, no many clients like Neutron or Heat failed. We are using RHEL 7 with OSP 5 (IceHouse) # curl -s -XGET https://ca.ilovepopcorn.com:5000/v2.0 | json_pp Result: { "v

[Yahoo-eng-team] [Bug 1378388] Re: Performance regression uploading images to glance in juno

2014-10-07 Thread James Page
I see this is fixed already in glance_store; hopefully there will be another release soon, in the meantime I'll cherry-pick the commit that fixes this issue. ** Changed in: glance (Ubuntu) Assignee: James Page (james-page) => (unassigned) ** Changed in: glance (Ubuntu) Status: New =>

[Yahoo-eng-team] [Bug 1378388] Re: Performance regression uploading images to glance in juno

2014-10-07 Thread James Page
I think the problem is that glance is using a tiny calculated chunk size (from python-glance-store): chunk = self.conf.glance_store.rbd_store_chunk_size self.chunk_size = chunk * (1024 ^ 2) this should be (from original glance rbd driver): 1024 ** 2 Resulting

[Yahoo-eng-team] [Bug 1378398] [NEW] Remove legacy weight from l3 agent _process_routers

2014-10-07 Thread Carl Baldwin
Public bug reported: Some work in Juno around adding a new router processing queue to the l3_agent.py obsoleted much of the logic in the _process_routers method. The following can be simplified. 1. No loop is necessary since the list passed always has exactly one router in it. 2. No thread pool

[Yahoo-eng-team] [Bug 1378395] [NEW] Slow MySQL queries with lots of deleted instances

2014-10-07 Thread Johannes Erdfelt
Public bug reported: While analyzing the slow query log in our public cloud, we ran across this slow query: # Query_time: 21.113669 Lock_time: 0.000485 Rows_sent: 46 Rows_examined: 848516 SET timestamp=1412484367; SELECT anon_1.instances_created_at AS anon_1_instances_created_at, anon_1.insta

[Yahoo-eng-team] [Bug 1378388] [NEW] Performance regression uploading images to glance in juno

2014-10-07 Thread James Page
Public bug reported: Testing: 1:2014.2~rc1-0ubuntu1 Uploads of standard ubuntu images to glance, backed by ceph, are 10x slower than on icehouse on the same infrastructure. With icehouse i saw around 200MBps, with juno around 20Mbps. ** Affects: glance Importance: Undecided Status

[Yahoo-eng-team] [Bug 1378389] [NEW] os-interface:show will not handle PortNotFoundClient exception from neutron

2014-10-07 Thread Matt Riedemann
Public bug reported: The os-interface:show method in the v2/v3 compute API is catching a NotFound(NovaException): http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/contrib/attach_interfaces.py?id=2014.2.rc1#n67 But when using the neutronv2 API, if you get a port not fo

[Yahoo-eng-team] [Bug 1371559] Re: v2 image-update does not handle some schema properties properly

2014-10-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/126479 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=0f3b518028196b5c8c36b378928dae31c2c4a6fa Submitter: Jenkins Branch:proposed/juno commit 0f3b518028196b5c8c36b378928dae31c2c4a6fa Author: Kamil Rykowski Date: Wed Sep 24 14:1

[Yahoo-eng-team] [Bug 1314677] Re: nova-cells fails when using JSON file to store cell information

2014-10-07 Thread Chris J Arges
Hello Liam, or anyone else affected, Accepted nova into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/nova/1:2014.1.3-0ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.

[Yahoo-eng-team] [Bug 1378319] [NEW] Routers auto-rescheduling does not handle rescheduling failures

2014-10-07 Thread Oleg Bondarev
Public bug reported: In case there is no elegible l3 agent for the router, resheduling task will fail and exit, thus will not process other routers (if any) and will not reshedule routers when agents are back online. Need to wrap self.reschedule_router() with try/except ** Affects: neutron

[Yahoo-eng-team] [Bug 1378317] [NEW] allow attaching a volume from the instance view

2014-10-07 Thread Matthias Runge
Public bug reported: to attach a volume we need to go to the volumes tab and select an instance in the edit attachment dialogue. it would be nice, if we could associate a volume directly to the instance from instances panel. ** Affects: horizon Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1329333] Re: BadRequest: Invalid volume: Volume status must be available or error

2014-10-07 Thread Ghanshyam Mann
Invalidating for Tempest. ** Changed in: tempest Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1329333 Title: BadRequest: Invalid volume:

[Yahoo-eng-team] [Bug 1329333] Re: BadRequest: Invalid volume: Volume status must be available or error

2014-10-07 Thread Ghanshyam Mann
Nova libvirt driver failing to detach volume. n-api logs- 2014-10-06 21:13:37.560 AUDIT nova.api.openstack.compute.contrib.volumes [req-f87a213f-6677-4288-b91e-25769f55a2f3 TestEncryptedCinderVolumes-1235148374 TestEncryptedCinderVolumes-731143481] Detach volume ec116004-afd7-4131-9ee8-02ab666ec

[Yahoo-eng-team] [Bug 1368032] Re: Add missing metadata definitions for Aggregate filters added in Juno

2014-10-07 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1368032 Title: Add missing metadata definitions for Aggregate filters add

[Yahoo-eng-team] [Bug 1367981] Re: Nova instance config drive Metadata Definition

2014-10-07 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1367981 Title: Nova instance config drive Metadata Definition Status in

[Yahoo-eng-team] [Bug 1367619] Re: MetadefNamespace.namespaces column should indicate nullable=False

2014-10-07 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1367619 Title: MetadefNamespace.namespaces column should indicate nullabl

[Yahoo-eng-team] [Bug 1369581] Re: compute-trust.json provides invalid data for trust filter

2014-10-07 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1369581 Title: compute-trust.json provides invalid data for trust filter

[Yahoo-eng-team] [Bug 1376307] Re: nova compute is crashing with the error TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1376307 Title: nova compute is crashing with the error Ty

[Yahoo-eng-team] [Bug 1376492] Re: Minesweeper failure: tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1376492 Title: Minesweeper failure: tempest.api.comput

[Yahoo-eng-team] [Bug 1376945] Re: os-networks extension displays cidr incorrectly

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1376945 Title: os-networks extension displays cidr incorr

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-10-07 Thread Thierry Carrez
** Changed in: barbican Milestone: juno-rc1 => None ** No longer affects: barbican -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1348818 Title: Unittests do not succeed with random

[Yahoo-eng-team] [Bug 1373993] Re: Trusted Filter uses unsafe SSL connection

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1373993 Title: Trusted Filter uses unsafe SSL connection

[Yahoo-eng-team] [Bug 1367432] Re: developer docs don't include metadata definitions concepts

2014-10-07 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1367432 Title: developer docs don't include metadata definitions concepts

[Yahoo-eng-team] [Bug 1378270] [NEW] keystone-manage db_sync command failed

2014-10-07 Thread Swami Reddy
Public bug reported: When I ran stack.sh from the latest devstack, the below error shown: == 2014-10-07 09:21:50.826 | + mysql -uroot -pcloud -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SETutf8;' 2014-10-07 09:21:50.831 | + /opt/stack/keystone/bin/keystone-m

[Yahoo-eng-team] [Bug 1378252] [NEW] White stripe at the bottom of sidebar

2014-10-07 Thread Tatiana Ovchinnikova
Public bug reported: Close 'Project' and 'Admin' panels and open 'Identity'. There is a white stripe at the bottom of the block, however there should be light gray (#f9f9f9). ** Affects: horizon Importance: Low Assignee: Tatiana Ovchinnikova (tmazur) Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1363047] Re: test_sql_upgrade and live_test not working for non-sqlite DBs

2014-10-07 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1363047 Title: test_sql_upgrade and live_test not working for non-sql

[Yahoo-eng-team] [Bug 1375937] Re: Downgrade of federation extension can fail due to FKs

2014-10-07 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1375937 Title: Downgrade of federation extension can fail due to FKs

[Yahoo-eng-team] [Bug 1377304] Re: Deleting endpoint group project fails

2014-10-07 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1377304 Title: Deleting endpoint group project fails Status in OpenS

[Yahoo-eng-team] [Bug 1378240] [NEW] It would be nice if modal windows could be moved and repositioned on the screen

2014-10-07 Thread Matthias Runge
Public bug reported: Description of problem: I've had situations where I had a modal window open to create/edit something, and wanted to look at the table behind it quick to doublecheck another instance of whatever I was editing. I keep trying to move the window out of the way and keep it open in

[Yahoo-eng-team] [Bug 1196924] Re: Stop and Delete operations should give the Guest a chance to shutdown

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1196924 Ti

[Yahoo-eng-team] [Bug 1206032] Re: instance actions should be called server actions in v3 API

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1206032 Ti

[Yahoo-eng-team] [Bug 1223309] Re: v3 security groups's attribute without prefix in create's response

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1223309 Ti

[Yahoo-eng-team] [Bug 1270573] Re: VMware: resize does not wait for task to complete

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1270573 Ti

[Yahoo-eng-team] [Bug 1257726] Re: VMware: refactor volumeops._get_volume_uuid()

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: ongoing => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1257726

[Yahoo-eng-team] [Bug 1244918] Re: VMware ESX: Boot from volume errors out due to relocate

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1244918 Ti

[Yahoo-eng-team] [Bug 1287292] Re: VMware: vim.get_soap_url improper IPv6 address

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1287292 Ti

[Yahoo-eng-team] [Bug 1274627] Re: Volume attach /detach should be blocked during some opertaions

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1274627 Ti

[Yahoo-eng-team] [Bug 1266175] Re: 'Import contextlib" should be in the section with standard python libraries

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released ** Changed in: nova Milestone: next => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1266175 Ti

[Yahoo-eng-team] [Bug 1378233] [NEW] Provide an option to ignore suspended VMs in the resource count

2014-10-07 Thread Arthur Lutz (Logilab)
Public bug reported: It would be very useful for our case scenario to be able to have an option that enables not counting suspended machines as consuming resources. The use case is having little memory available and still being able to launch new VMs when old VMs are in suspended mode. We understa

[Yahoo-eng-team] [Bug 1275256] Re: failed to reach SHELVED_OFFLOADED status during tempest-dsvm

2014-10-07 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1275256 Title: failed to reach SHELVED_OFFLOADED status d

[Yahoo-eng-team] [Bug 1378215] [NEW] If db deadlock occurs for some reason while deleting an image, no one can delete the image any more

2014-10-07 Thread Ankit Agrawal
Public bug reported: Glance api returns 500 Internal Server Error, if db deadlock occurs in glance-registry for some reason while deleting an image. The image 'status' is set to deleted and 'deleted' is set to False. As deleted is still False, the image is visible in image list but it can not b

[Yahoo-eng-team] [Bug 1363047] Re: test_sql_upgrade and live_test not working for non-sqlite DBs

2014-10-07 Thread Thierry Carrez
** No longer affects: keystone/juno ** Changed in: keystone Milestone: None => juno-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1363047 Title: test_sql_upgrade and live_test

[Yahoo-eng-team] [Bug 1375937] Re: Downgrade of federation extension can fail due to FKs

2014-10-07 Thread Thierry Carrez
** No longer affects: keystone/juno ** Changed in: keystone Milestone: None => juno-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1375937 Title: Downgrade of federation extens

[Yahoo-eng-team] [Bug 1377304] Re: Deleting endpoint group project fails

2014-10-07 Thread Thierry Carrez
** No longer affects: keystone/juno ** Changed in: keystone Milestone: kilo-1 => juno-rc2 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1377304 Title: Deleting endpoint group proj