[Yahoo-eng-team] [Bug 1320774] [NEW] Non-existent assertion methods being called on mocks

2014-05-19 Thread Kevin Benton
Public bug reported: There are various places in the unit tests where non-existent assert methods are called on mock objects. e.g. assert_called_once(), assert_called_twice(), assert_called_one_with(), assert_called_twice() To reproduce, put the mock.py file in the base neutron directory and

[Yahoo-eng-team] [Bug 1320775] [NEW] fwaas:Firewall in active status is not working when there is no external g/w to the router

2014-05-19 Thread Rajkumar
Public bug reported: Steps to Reproduce: 1. create two network connected to the router and each network having a VM 2. create firewall rule of icmp deny 3. attach the firewall rule to the

[Yahoo-eng-team] [Bug 1320790] [NEW] Brocade neutron plugin ignores network_vlan_ranges

2014-05-19 Thread Christoph Dwertmann
Public bug reported: The brocade neutron plugin ignores the config file setting network_vlan_ranges and always creates VLANs on the switch starting from ID 2. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1320797] [NEW] 'Nova-mange service list' command returns an error trace

2014-05-19 Thread dafero
Public bug reported: This is what you get if you type 'nova-mange service list' and you didn't source the rc file. [root@mycomputenode ~]# nova-manage service list Command failed, please check log for more info 2014-05-19 10:40:14.959 26210 CRITICAL nova

[Yahoo-eng-team] [Bug 1320224] Re: Unable to set a new flavor to be public

2014-05-19 Thread Juan Manuel Ollé
I think this bug is invalid. When create a flavor, you could choose witch project could access to it, if non is choose it means that it is public ** Changed in: horizon Status: New = Invalid ** Changed in: horizon Assignee: Juan Manuel Ollé (juan-m-olle) = (unassigned) -- You

[Yahoo-eng-team] [Bug 1320855] [NEW] sql: migration from 37 to 38 version fails

2014-05-19 Thread Emilien Macchi
Public bug reported: Migration from Havana to Icehouse fails due to db_sync error, when migrating 37 to 38 sql schema: CRITICAL keystone [-] OperationalError: (OperationalError) (1005, Can't create table 'keystone.assignment' (errno: 150)) \nCREATE TABLE assignment (\n\ttype

[Yahoo-eng-team] [Bug 1315922] Re: Updation of IPSEC Policy after the site creation fails

2014-05-19 Thread Riccardo Padovani
** Also affects: neutron Importance: Undecided Status: New ** No longer affects: ubuntu-calculator-app -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1315922 Title: Updation

[Yahoo-eng-team] [Bug 1257070] Re: test_glance_timeout flakey fail

2014-05-19 Thread Sean Dague
This bug is now old enough that the logs are lost. So I think we close as invalid until there is a new reproduce. ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1320867] [NEW] Log debugs should not have translations

2014-05-19 Thread Gary Kotton
Public bug reported: Our translation policy (https://wiki.openstack.org/wiki/LoggingStandards#Log_Translation) calls for not translating debug level logs. This is to help prioritize log translation. Furthermore translation has a performance overhead, even if the log isn't used (since nova doesn't

[Yahoo-eng-team] [Bug 1053893] Re: cloud-init should be able to switch off password auth in sshd

2014-05-19 Thread Scott Moser
I think this should be fixed in 0.7.5. It doesn't do it automatically, but if you want pwauth on, you can just specify: ssh_pwauth: True and it should enable it correctly. I think i'd rather do require this to be explicitly done (it can be done in /etc/ cloud/cloud.cfg.d or user-data) than

[Yahoo-eng-team] [Bug 1320901] [NEW] sql: migration fails with embrane_lbaas_driver

2014-05-19 Thread Emilien Macchi
Public bug reported: Migration Havana to Icehouse using HAproxy driver for LBaaS service: root@os-ci-test10:~# neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini upgrade head No handlers could be found for logger neutron.common.legacy INFO

[Yahoo-eng-team] [Bug 1320617] Re: failed to reach ACTIVE status within the required time (196 s). Current status: SAVING

2014-05-19 Thread Matt Riedemann
For example, when this failed in the log link above, around time 21:44:09.859, you can see in dstat that ceilometer agent notification was really impacting the CPU: http://logs.openstack.org/08/92608/1/gate/gate-tempest-dsvm-postgres- full/57b137a/logs/dstat.txt.gz 09-05 21:44:09| 68 14 16 1

[Yahoo-eng-team] [Bug 1273988] Re: keystoneclient requires --pass to create user while keystone doesn't

2014-05-19 Thread Lance Bragstad
I don't think this is necessarily a Keystone bug since it is following the Identity API spec, which defines 'password' as an optional parameter when creating a user. python-keystoneclient V3 also follows the Identity API V3 spec according to this code: https://github.com/openstack/python-

[Yahoo-eng-team] [Bug 1320797] Re: 'Nova-mange service list' command returns an error trace

2014-05-19 Thread Justin Shepherd
** Changed in: nova 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/1320797 Title: 'Nova-mange service list' command returns an error trace

[Yahoo-eng-team] [Bug 1320997] [NEW] Identity Ldap driver connection pooling

2014-05-19 Thread Arun Kant
Public bug reported: Currently LDAP API handler establishes new connection for identity data (user, group) lookup which becomes quite costly when TLS support is enabled. In performance testing with 100 concurrent users, with OpenLdap as ldap server, we observed that ldap identity backend takes

[Yahoo-eng-team] [Bug 1321042] [NEW] The newest Requests release causes unit tests to fail

2014-05-19 Thread David Stanek
Public bug reported: The latest version of requests changes the type of a Response's history. Unfortunately we have tests that type check so this minor change broke them. See https://github.com/kennethreitz/requests/commit/b8128d6 for the actual commit. ** Affects: keystone Importance:

[Yahoo-eng-team] [Bug 1321044] [NEW] IPv6 availability ranges now grow without bounds

2014-05-19 Thread Jeremy Hanmer
Public bug reported: Thanks to the new method of lazily recycling IPs introduced in Ia55b66128de9986e075b0f87acc401d211cd91d3 the allocation availability range tables in the database grow without any bounds and result in a *huge* performance impact on neutron's overall functionality. Case in

[Yahoo-eng-team] [Bug 1158684] Re: Pre-created ports get deleted on VM delete

2014-05-19 Thread Steve Baker
Adding heat to this bug since doing a stack update on a stack containing a port and a server will fail if the server is replaced. ** Also affects: heat Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1321082] [NEW] libvirt driver detach_volume fails after migration failure

2014-05-19 Thread Qin Zhao
Public bug reported: When a VM with an attached iSCSI disk fails to migrate, the rollback methods does not detach the disk from target host. What happens is _lookup_by_name() fails, since the VM does not exist on the target host. In detach_volume(), it is supposed to print a warning based on the