[Yahoo-eng-team] [Bug 1268309] [NEW] Exception raised in neutron API code may not work well with eventlet

2014-01-12 Thread Gary Kotton
Public bug reported: With eventlet the 'raise' in the neutron API might not raise the exception that we were expecting and could actually throw and error ** Affects: nova Importance: Undecided Assignee: Gary Kotton (garyk) Status: New ** Description changed: - With eventlet

[Yahoo-eng-team] [Bug 1243277] Re: timeout logic causes logout when load balanced

2014-01-12 Thread Kieran Spear
** Also affects: horizon/havana Importance: Undecided Status: New ** Changed in: horizon/havana Status: New = Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1268423] [NEW] multiple api_wokers cannot connect to pgsql

2014-01-12 Thread gustavo panizzo
Public bug reported: when api_workers 0 i got a TRACE in the logs, neutron server works, but only one server appears to be connected to db and working 2014-01-12 21:21:52.639 10512 ERROR neutron.openstack.common.rpc.amqp [-] Exception during message handling 2014-01-12 21:21:52.639 10512 TRACE

[Yahoo-eng-team] [Bug 1268424] [NEW] Building the docs according to README.rst fails

2014-01-12 Thread Ahmed Ali-din
Public bug reported: Following the instructions in /nova/doc/README.rst (OpenStack Nova Documentation README) file to build the docs or the man pages fails: $python setup.py build_sphinx -b man -running build_sphinx -creating /home/ahmed/workspace/nova/doc/build/man -error: 'source_dir' must be

[Yahoo-eng-team] [Bug 1268439] [NEW] range method is not same in py3.x and py2.x

2014-01-12 Thread lizheming
Public bug reported: in py3.x,range is xrange in py2.x. in py3.x, if you want get a list,you must use: list(range(value)) I review the code, find that many codes use range for loop, if used py3.x environment, it will occure error. so we must modify this issue. ** Affects: ceilometer

[Yahoo-eng-team] [Bug 1268460] [NEW] PLUMgrid plugin should report proper error messages

2014-01-12 Thread Edgar Magana
Public bug reported: PLUMgrid Director error messages should be reported at plugin level as well. ** Affects: neutron Importance: Undecided Assignee: Fawad Khaliq (fawad) Status: New ** Changed in: neutron Assignee: (unassigned) = Edgar Magana (emagana) -- You received

[Yahoo-eng-team] [Bug 1268478] [NEW] exception in method _nw_info_build_network of file nova/network/neutronv2/api.py

2014-01-12 Thread LeileiZhou
Public bug reported: In n-cpu.log, got this exception: 2014-01-13 14:11:19.255 ^[[00;32mDEBUG nova.compute.manager [^[[00;36m-^[[00;32m] ^[[01;35m^[[00;32mAn error occurred^[[00m ^[[00;33mfrom (pid=8434) _heal_instance_info_cache /opt/stack/nova/nova/compute/manager.py:4442^[[00m

[Yahoo-eng-team] [Bug 1268479] [NEW] assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2014-01-12 Thread lizheming
Public bug reported: some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools ** Affects: nova Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2014-01-12 Thread lizheming
** Also affects: python-novaclient Importance: Undecided Status: New ** No longer affects: cinder ** Changed in: python-novaclient Assignee: (unassigned) = lizheming (lizheming-li) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1268486] [NEW] PLUMgrid plugin returns None on allocation pools for subnet

2014-01-12 Thread Edgar Magana
Public bug reported: The self implemented allocate_pools_for_subnet function is outdated in PLUMgrid plugin and therefore returning None ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1268486] Re: PLUMgrid plugin returns None on allocation pools for subnet

2014-01-12 Thread Edgar Magana
** Changed in: neutron Status: New = Invalid ** Changed in: neutron Assignee: (unassigned) = Edgar Magana (emagana) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1268486