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

2016-01-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/265585 Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=578eecddb3a719b1ea0f9d3b5c9b10016b9e6bb4 Submitter: Jenkins Branch:master commit 578eecddb3a719b1ea0f9d3b5c9b10016b9e6bb4 Author: LiuNanke Date: Sun Jan 10 03:38:13 2016 +0

[Yahoo-eng-team] [Bug 1529836] Re: Fix deprecated library function (os.popen()).

2016-01-10 Thread lei zhang
** Also affects: zaqar Importance: Undecided Status: New ** Changed in: zaqar Status: New => In Progress ** Changed in: zaqar Assignee: (unassigned) => lei zhang (zhang-lei) ** Also affects: murano Importance: Undecided Status: New ** Changed in: murano St

[Yahoo-eng-team] [Bug 1529836] Re: Fix deprecated library function (os.popen()).

2016-01-10 Thread lei zhang
** Also affects: ceilometer Importance: Undecided Status: New ** Changed in: ceilometer Status: New => In Progress ** Changed in: ceilometer Assignee: (unassigned) => lei zhang (zhang-lei) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1499312] Re: [kilo]Some instances are in error status after 20 instances launched concurrently due to neutron scheduling.

2016-01-10 Thread Ahmad
** Changed in: nova Status: Invalid => Confirmed ** Changed in: nova Status: Confirmed => Fix Released -- 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/1499312

[Yahoo-eng-team] [Bug 1531363] Re: internal server error returned when set gateway of router with an octal ip address

2016-01-10 Thread Jas
** 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.launchpad.net/bugs/1531363 Title: internal server error returned when set gateway of router with an oct

[Yahoo-eng-team] [Bug 1531363] Re: internal server error returned when set gateway of router with an octal ip address

2016-01-10 Thread Jas
Moved this to neutron since the validation code for ip addresses is done on the back-end. This also looks like a non-issue. Found this in the validation code: neutron/api/v2/attributes.py:_validate_ip_address # A leading '0' in IPv4 address may be interpreted as an octal number, #

[Yahoo-eng-team] [Bug 1531363] [NEW] internal server error returned when set gateway of router with an octal ip address

2016-01-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: [Summary] internal server error returned when set gateway of router with an octal ip address [Topo] devstack all-in-one node [Description and expect result] no error returned when set gateway of router with an octal ip address [Reproduceable or not] re

[Yahoo-eng-team] [Bug 1355573] Re: tempest volume scenarios periodically fail /w SSHTimeout

2016-01-10 Thread Tony Breeds
Added to nova as it's not grenade specific and I saw it in a tempest- dvvm-full job ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https:

[Yahoo-eng-team] [Bug 1532536] Re: OAuth1 backend implementation doesn't inherit its driver interface

2016-01-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/265632 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=433c3a11d0bd3a78a5d499f0b4e6df9e029235f6 Submitter: Jenkins Branch:master commit 433c3a11d0bd3a78a5d499f0b4e6df9e029235f6 Author: Harini Date: Thu Jan 7 15:29:16 2016 +053

[Yahoo-eng-team] [Bug 1532657] [NEW] nova-compute failed to start due to exception raised in _destroy_evacuated_instances

2016-01-10 Thread Felix Ma
Public bug reported: nova-compute can't start up because exceptions are raised in _destroy_evacuated_instances. Here is the log: -- Jan 8 16:26:04 compute-4 nova-compute: File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 445, in inner Jan 8 16:26:04 compute-4

[Yahoo-eng-team] [Bug 1532622] [NEW] convert MultiStrOpt ini file params to ListOpt

2016-01-10 Thread John Stanford
Public bug reported: The following references to MultiStrOpt should be converted to ListOpt. The only disadvantage of ListOpt is that it is comma-separated, but none of the identified parameters seem to have values that would contain commas: The configs in question would be: nova/api/openstack/c

[Yahoo-eng-team] [Bug 1529022] Re: agentless l3 plugin fails to load AZ relationship

2016-01-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/261222 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=89f96e627fc1e402ca456d60127ccde5bd534415 Submitter: Jenkins Branch:master commit 89f96e627fc1e402ca456d60127ccde5bd534415 Author: Kevin Benton Date: Thu Dec 24 00:29:08 201

[Yahoo-eng-team] [Bug 1532567] [NEW] A python keyword is used for a variable name

2016-01-10 Thread liao...@hotmail.com
Public bug reported: horizon/openstack_dashboard/dashboards/project/volumes/volumes/forms.py: there is a python keyword "type" used for a variable name on line#112, it might be a irrelevant coding style issue, but I think it might be problem in future, or have issue when you write unitest. Besid

[Yahoo-eng-team] [Bug 1532562] [NEW] Cell capacities updates include available resources of compute nodes "down"

2016-01-10 Thread Belmiro Moreira
Public bug reported: If a child cell has compute nodes without a heartbeat update but enabled (XXX state with "nova-manage service list") the child cell continues to consider the available resources of these compute nodes when updating the cell capacity. This can be problematic when having sever

[Yahoo-eng-team] [Bug 1532542] [NEW] multinode-full's test_live_block_migration and test_live_block_migration_paused are broken

2016-01-10 Thread Davanum Srinivas (DIMS)
Public bug reported: logstash query: (message:"(LiveBlockMigrationTestJSON:test_live_block_migration_paused)" OR message:"(LiveBlockMigrationTestJSON:test_live_block_migration)") AND message:"Current status: MIGRATING. Current task state: migrating." Example failure: http://logs.openstack.org/9

[Yahoo-eng-team] [Bug 1532536] [NEW] OAuth1 backend implementation doesn't inherit its driver interface

2016-01-10 Thread Harini
Public bug reported: Every backend implemented in sql.py files, inherit the respective driver interface class. But OAuth1 backend implementation defined @ 'keystone/oauth1/backends/sql.py' file is anomalous. It doesn't inherit its driver interface. This could lead to methods specified in the in

[Yahoo-eng-team] [Bug 1501186] Re: excessive attribute checks in extension processing

2016-01-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/228845 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d952cfa8b0a947eedfa5d4291bac965cc4ec8626 Submitter: Jenkins Branch:master commit d952cfa8b0a947eedfa5d4291bac965cc4ec8626 Author: YAMAMOTO Takashi Date: Tue Sep 29 19:58:53