[Yahoo-eng-team] [Bug 1440638] [NEW] OVSDB Transaction should get the connection as a parameter

2015-04-05 Thread Gal Sagie
Public bug reported: in the OVSDB native implementation using IDL, the transaction is taking the ovsdb connection from a global constant. should be getting it as a parameter to the construction This way other users can use the same implementation without the same connection (for example OVN)

[Yahoo-eng-team] [Bug 1253634] Re: The router_gateway port appears as DOWN altough it works as expected

2015-04-05 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/1253634

[Yahoo-eng-team] [Bug 1417415] Re: dvr failed schedule to the l3 agent

2015-04-05 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/1417415

[Yahoo-eng-team] [Bug 1287047] Re: instance snapshot creation failed: libvirtError: block copy still active: domain has active block copy job

2015-04-05 Thread Noel Nelson Dsouza
** 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). https://bugs.launchpad.net/bugs/1287047 Title: instance snapshot creation failed: libvirtError:

[Yahoo-eng-team] [Bug 1437762] Re: portbindingsport does not have all ports causing ml2 migration failure

2015-04-05 Thread Eugene Nikanorov
that might be a bug with migrations in icehouse version which probably will not be fixed. ** Changed in: neutron Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1440493] [NEW] Crash with python-memcached==1.54

2015-04-05 Thread Ondergetekende
Public bug reported: There's some magic going on at line: https://github.com/openstack/keystone/blob/2014.2.2/keystone/common/cache/_memcache_pool.py#L46 This magic is broken due to the fact that python-memcached added a super(...) initalization at

[Yahoo-eng-team] [Bug 1440478] [NEW] ImportError of i18n under oslo.i18n

2015-04-05 Thread nitesh jain
Public bug reported: When I am trying to build keystone I am encountering the following problem and on opening site-packages I couldn't find anything the folder. Error: File /usr/lib/python2.7/keystone/.venv/lib/python2.7/site-packages/keystoneclient/openstack/common/_i18n.py, line 19, in

[Yahoo-eng-team] [Bug 1440484] [NEW] ha network deletion when there are no attached ports

2015-04-05 Thread Roey Dekel
Public bug reported: ha network used for VRRP should be deleted after not used anymore ( for example, after all routers on the network were deleted) ** Affects: neutron Importance: Undecided Status: New ** Summary changed: - ha network deletion after not used + ha network

[Yahoo-eng-team] [Bug 1440538] [NEW] Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py

2015-04-05 Thread SHIGEMATSU Mitsuhiro
Public bug reported: verifing - verifying. This typo affects a lot of projects, too. ** Affects: ironic Importance: Low Assignee: SHIGEMATSU Mitsuhiro (pshige) Status: In Progress ** Affects: keystone Importance: Undecided Assignee: SHIGEMATSU Mitsuhiro (pshige)

[Yahoo-eng-team] [Bug 1440538] Re: Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py

2015-04-05 Thread SHIGEMATSU Mitsuhiro
Vitaly, thank you for your comment. I removed sahara from affected projects. ** No longer affects: sahara -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1440538 Title: Fix typo in

[Yahoo-eng-team] [Bug 1440538] Re: Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py

2015-04-05 Thread SHIGEMATSU Mitsuhiro
a typo in oslo.messaging/oslo_messaging/_drivers/protocols/amqp/opts.py: help=CA certificate PEM file for verifing server certificate), affects /sahara/etc/sahara/sahara.conf.sample:# CA certificate PEM file for verifing server certificate (string and so on. ** Also affects: magnum

[Yahoo-eng-team] [Bug 1288029] Re: BigSwitch: cleanup internal code comments

2015-04-05 Thread Kevin Benton
Code moved out of neutron repo so it's not a neutron bug anymore. ** Changed in: neutron Assignee: Kevin Benton (kevinbenton) = (unassigned) ** Changed in: neutron Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1274160] Re: port_update from nova could potentially occurs after get_device_details/update_device_up

2015-04-05 Thread Mathieu Rohon
Actually, once nova send port_update() message to notify the new host of the port, ML2 will send update_port( to every agents. The agent which is hosting the port will now resend get_device_details()/update_device_up() and the port will not remain in BUILD state. That's the reason why I'm