[Yahoo-eng-team] [Bug 1524363] [NEW] Owner metadata is missing when regenerating libvirt XML after host reboot

2015-12-09 Thread Simon Pasquier
Public bug reported: Environment: devstack running OpenStack from master. Steps to reproduce: 1. Make sure that resume_guests_state_on_host_boot=True in nova.conf. 2. Boot an instance. 3. Check that the libvirt XML contains a nova:owner element with the project and user ids [1]. 4. Stop the no

[Yahoo-eng-team] [Bug 1416435] [NEW] The publisher_id field is missing the service name sometimes

2015-01-30 Thread Simon Pasquier
Public bug reported: In the notifications emitted by the Nova services, the 'publisher_id' fields is sometimes equal to 'None.' while it is '.' (eg, 'conductor.node-1') otherwise. From what I can tell, the "problem" is located in nova/objects/instance.py (see [1] and [2]). This isn't a huge is

[Yahoo-eng-team] [Bug 1263067] Re: Glance HTTP store doesn't work behind proxy

2014-09-30 Thread Simon Pasquier
** Also affects: python-glanceclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1263067 Title: Glance HTTP store doesn't work behind proxy

[Yahoo-eng-team] [Bug 1301449] [NEW] ODL ML2 driver doesn't notify active/inactive ports

2014-04-02 Thread Simon Pasquier
Public bug reported: The nova-event-callback blueprint [1] implemented the notifications of active/down ports to Nova. Before effectively starting an instance, Nova compute waits for a "VIF plugged" notification from Neutron. I'm running ODL ML2 driver in a devstack using the master branch and I

[Yahoo-eng-team] [Bug 1301432] [NEW] ODL ML2 driver doesn't warn if the url parameter is not set

2014-04-02 Thread Simon Pasquier
Public bug reported: If you don't define the "url" parameter in the [ml2_odl] section of the ML2 configuration file, the ODL driver will run happily but no request will be made to the ODL service. See http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/ml2/drivers/mechanism_odl.py

[Yahoo-eng-team] [Bug 1300808] [NEW] Invalid version number '['3.13.0']' with Ubuntu trusty

2014-04-01 Thread Simon Pasquier
ring 2014-04-01 13:49:54.350 TRACE neutron ValueError: invalid version number '['3.13.0']' 2014-04-01 13:49:54.350 TRACE neutron q-agt failed to start This is due to bug #1291535 and this fix: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b2f65d9d447ddf2c

[Yahoo-eng-team] [Bug 1283990] [NEW] Incorrect instantiation of MlnxException exception

2014-02-24 Thread Simon Pasquier
Public bug reported: MlnxException exceptions expect a keyword argument with the err_msg key. This is not the case in the code: https://github.com/openstack/neutron/blob/8a70bfd97a6f27dcae41e0b895d84ce5c19238ad/neutron/plugins/mlnx/agent/eswitch_neutron_agent.py#L61 ** Affects: neutron Impor

[Yahoo-eng-team] [Bug 1268955] Re: OVS agent updates the wrong port when using Xen + Neutron

2014-01-14 Thread Simon Pasquier
I just realized that this is because I'm using HVM instances. In that case, Xen Server creates 1 vif and 1 tap and it deletes the tap interface if the domU is able to load the virtualized Xen driver for the NIC. See http://lists.xen.org/archives/html/xen-devel/2011-12/msg02085.html ** No longer

[Yahoo-eng-team] [Bug 1268955] [NEW] OVS agent updates the wrong port when using Xen + Neutron

2014-01-14 Thread Simon Pasquier
Public bug reported: Environment == - Xen Server 6.2 - OpenStack Havana installed with Packstack - Neutron OVS agent using VLAN >From time to time, when an instance is started, it fails to get network connectivity. As a result the instance cannot get its IP address from DHCP and it remain

[Yahoo-eng-team] [Bug 1262613] Re: tempest.scenario.test_cross_tenant_connectivity.TestNetworkCrossTenant.test_cross_tenant_traffic[compute, gate, network, smoke] failed

2013-12-19 Thread Simon Pasquier
** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1262613 Title: tempest.scenario.test_cross_tenant_connectivity.TestNetworkCrossTenant.test_cross_tenant_traf

[Yahoo-eng-team] [Bug 1262613] [NEW] tempest.scenario.test_cross_tenant_connectivity.TestNetworkCrossTenant.test_cross_tenant_traffic[compute, gate, network, smoke] failed

2013-12-19 Thread Simon Pasquier
Public bug reported: Tempest console = 2013-12-19 09:41:43.727 | FAIL: tempest.scenario.test_cross_tenant_connectivity.TestNetworkCrossTenant.test_cross_tenant_traffic[compute,gate,network,smoke] 2013-12-19 09:41:43.728 | tempest.scenario.test_cross_tenant_connectivity.TestNetworkCr

[Yahoo-eng-team] [Bug 1262154] [NEW] HTTP 500 on update_server_metadata (DB deadlock)

2013-12-18 Thread Simon Pasquier
Public bug reported: Tempest console = 2013-12-18 10:32:34.092 | == 2013-12-18 10:32:34.094 | FAIL: tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata[gate] 2013-12-1