[Yahoo-eng-team] [Bug 1409733] Re: adopt namespace-less oslo imports

2015-01-18 Thread Masco Kaliyamoorthy
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Assignee: (unassigned) => Masco Kaliyamoorthy (masco) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad

[Yahoo-eng-team] [Bug 1412304] [NEW] can not update locations

2015-01-18 Thread Yukihiro KAWADA
Public bug reported: If location-update using below cli then error occured and locations status changed to deleted. Believe it or not, the file was also deleted. I want to update only metadata of the location. glance location-update (v2) usage: glance --os-image-api-version 2 location-update --u

[Yahoo-eng-team] [Bug 1412285] [NEW] InstanceInfoCacheNotFound exception

2015-01-18 Thread Rong Han ZTE
Public bug reported: Operating steps: 1. nova boot a instance named 'A' on host named 'hostxx'. 2. use 'systemctl stop openstack-nova-compute' command to stop nova-compute service on hostxx. 3. use 'nova delete' command delete instance A, and the result is successful. 4. Then use 'systemctl start

[Yahoo-eng-team] [Bug 1412279] [NEW] live migration, nova-conductor raise a exception named 'MigrationError', but nova-api can not receive any error reply except a 'MessageTimeOut' exception occurs.

2015-01-18 Thread Rong Han ZTE
Public bug reported: live migration, nova-api wait for a reply of rpc_call to nova- conductor, nova-conductor raise a exception named 'MigrationError'. The nova-api service can not receive any error reply from nova-conductor service, and a 'MessageTimeOut' exception occurs until 60 seconds passe

[Yahoo-eng-team] [Bug 1408572] Re: Launch VM is having issue when using sriov pci passthrough feature

2015-01-18 Thread Moshe Levi
for 1-3 the answer is yes. for 4 you don't need this section as well. I am moving it to invalid. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1401288] Re: "Failure prepping block device" error when creating volumes

2015-01-18 Thread Fabricio Costi
** Also affects: ubuntu Importance: Undecided Status: New ** No longer affects: ubuntu -- 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/1401288 Title: "Failure

[Yahoo-eng-team] [Bug 1412197] [NEW] cells assumes compute nodes are subdivisible

2015-01-18 Thread Devananda van der Veen
Public bug reported: In nova/cells/starte.py _update_our_capacity(), the calculations of free units of compute are based on optimistic packing of each instance type on each compute node. This does not account for hypervisors which do not allow more than one instance per node, such as ironic. ** A

[Yahoo-eng-team] [Bug 1410651] Re: wrong output when trying to delete a default security group of admin tenant

2015-01-18 Thread yanhe...@gmail.com
codes in Neutron.db.securitygroups_db: def _ensure_default_security_group(self, context, tenant_id): """Create a default security group if one doesn't exist. :returns: the default security group id. """ filters = {'name': ['default'], 'tenant_id': [tenant_id]}