[Yahoo-eng-team] [Bug 1519112] [NEW] Enabling port_security extension in ML2 won't work for networks created *before* enabling it

2015-11-23 Thread Antonio Messina
Public bug reported: Assume you installed neutron without "port_security" extension, and you already created some network. If you then enable the extension and run: neutron port-update --port-security-enabled=False it will NOT update the port-security-enabled property of the port (but will

[Yahoo-eng-team] [Bug 1481262] [NEW] "nova usage" taking too much time with many VMs in database

2015-08-04 Thread Antonio Messina
Public bug reported: Issue found on Kilo 2015.1.0 on Ubuntu Trusty (1:2015.1.0-0ubuntu1.1~cloud0) from http://ubuntu- cloud.archive.canonical.com/ubuntu When running "nova usage" on a tenant that started many instances O(100k) during the current month, the following happens: * nova-api is stuck

[Yahoo-eng-team] [Bug 1479818] Re: "Deadlock found" and "DuplicateEntry" errors when trying to attach a neutron L3 HA router to an internal network

2015-08-03 Thread Antonio Messina
This bug report is "invalid": the root cause was a trigger in MySQL database that was executing an "insert" twice using the same ID. Sorry for the noise :) ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 1479818] [NEW] "Deadlock found" and "DuplicateEntry" errors when trying to attach a neutron L3 HA router to an internal network

2015-07-30 Thread Antonio Messina
Public bug reported: On a setup with 2 neutron nodes, L3 agent in HA (VRRP), we get errors while attaching a router to an internal network. How to replicate: * create the external network (vlan) * create an internal network (vxlan) * create a router * attach the router to the external network * a