[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 Ti

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

2014-01-12 Thread Edgar Magana
allocate_pools_for_subnet is properly updated by previous commits. It was an error on the test case. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launch

[Yahoo-eng-team] [Bug 1268487] [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" instead of the proper allocated pool for the corresponding CIDR ** Affects: neutron Importance: Undecided Assignee: Edgar Magana (emagana)

[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 Team,

[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 i

[Yahoo-eng-team] [Bug 1268480] [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: ceilometer Importance: Undecided Assignee: lizheming (lizheming-li) Status: New

[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 becau

[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 ^[[00;32m2014-

[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 1268456] [NEW] nova flavor-create with id "01" when flavor is "1" is in use

2014-01-12 Thread LeileiZhou
Public bug reported: At the beginning ,system has flavor: leilei@leileizUbuntu:~/img$ nova flavor-list +--+---+---+--+---+--+---+-+---+ | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_

[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 Impor

[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 a

[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 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). https://bugs.la

[Yahoo-eng-team] [Bug 1268349] [NEW] Stacks UI shows KeyError for selected stack

2014-01-12 Thread Roman Rader
Public bug reported: Clicking on Stack details view raises exception instead of showing detailed view of stack. Exception like KeyError at /project/stacks/stack/71013f62-c80f-4ae6-bb35-910fb4178e5b/ 'stack_id' ** Affects: horizon Importance: Undecided Assignee: Roman Rader (rrader)

[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 t

[Yahoo-eng-team] [Bug 1268277] [NEW] Restore Backup Shown For Uncompleted Backups

2014-01-12 Thread Auston McReynolds
Public bug reported: The "Restore Backup" action is incorrectly shown for an uncompleted backup in the Database Backups table. In addition, uncompleted backups are included in the dropdown of eligible backups when initiating the Create Instance workflow. ** Affects: horizon Importance: Undec

[Yahoo-eng-team] [Bug 1263735] Re: NVP plugin does not support VIF ports error

2014-01-12 Thread Salvatore Orlando
Hi Bhuvan, I think this is just a Neutron Error. It seems that when the failure occurred, the network where the VM was running was marked as 'external'. This is consistent with the following scenario: - boot VM on 'regular' network - with admin right, set network as external - destroy VM I thin

[Yahoo-eng-team] [Bug 1268274] [NEW] KeyError in _get_server_ip

2014-01-12 Thread Avishay Traeger
Public bug reported: In gate-tempest-dsvm-neutron test: 2014-01-11 16:39:43.311 | Traceback (most recent call last): 2014-01-11 16:39:43.311 | File "tempest/scenario/test_cross_tenant_connectivity.py", line 482, in test_cross_tenant_traffic 2014-01-11 16:39:43.311 | self._test_in_tenant_b