[Yahoo-eng-team] [Bug 1532086] Re: Use print('value') instead of print 'value' in python3

2016-01-07 Thread sandeep nandal
** Also affects: bandit 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://bugs.launchpad.net/bugs/1532086 Title: Use print('value') instead of print 'va

[Yahoo-eng-team] [Bug 1532086] Re: Use print('value') instead of print 'value' in python3

2016-01-07 Thread sandeep nandal
** Also affects: congress Importance: Undecided Status: New ** Also affects: murano 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://bugs.launc

[Yahoo-eng-team] [Bug 1532098] [NEW] "nova list-extensions" not showing Summary for all extensions

2016-01-07 Thread Juha Rajamaki
Public bug reported: In OpenStack Liberty installed with RDO Packstack, the output of "nova list-extensions" is showing question marks as summary for many extensions, even if those extensions have properly defined description in the docstring of their code. For me it looks like the logic is that

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2016-01-07 Thread LiuNanke
** Also affects: python-swiftclient Importance: Undecided Status: New ** Changed in: python-swiftclient Status: New => In Progress ** Changed in: python-swiftclient Assignee: (unassigned) => LiuNanke (nanke-liu) -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1532086] Re: Use print('value') instead of print 'value' in python3

2016-01-07 Thread sandeep nandal
** Also affects: trove 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://bugs.launchpad.net/bugs/1532086 Title: Use print('value') instead of print 'val

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264215 Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=176d31acfe80b5a6f161930895e62a8e5bd59151 Submitter: Jenkins Branch:master commit 176d31acfe80b5a6f161930895e62a8e5bd59151 Author: Swapnil Kulkarni (coolsvap) Date: Wed Jan

[Yahoo-eng-team] [Bug 1532092] [NEW] Different arguments in msgid1 and msgid2 of ngettext() caused msgfmt fail

2016-01-07 Thread Ying Chun Guo
Public bug reported: Hi, The following format in openstack_dashboard/locale/djangojs.pot caused the fail of msgfmt, which blocked the import of translations. #: dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js:255 #, python-format msgid "Inst

[Yahoo-eng-team] [Bug 1532091] [NEW] when set gateway to a router, can't specify a fixed ip from the external network

2016-01-07 Thread guiyanxing
Public bug reported: In dashboard, when set the gateway to a router, the gateway IP address is default, users can't specify a external fixed ip to the router. while can use CURL command to do it. ** Affects: horizon Importance: Undecided Status: New -- You received this bug noti

[Yahoo-eng-team] [Bug 1532086] Re: Use print('value') instead of print 'value' in python3

2016-01-07 Thread sandeep nandal
** Also affects: sahara 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://bugs.launchpad.net/bugs/1532086 Title: Use print('value') instead of print 'va

[Yahoo-eng-team] [Bug 1532086] [NEW] Use print('value') instead of print 'value' in python3

2016-01-07 Thread sandeep nandal
Public bug reported: Do not use print 'some string' in python3, python3 will complain. Use print('some string') instead, because that will work on both python2 n python3. It will help in adding support for python3. Example:- File : nova/tools/xenserver/stress_test.py Line : 166 print

[Yahoo-eng-team] [Bug 1532083] [NEW] neutron L3 agent shows active state when admin state was made Down on the active master controller

2016-01-07 Thread prabhu murthy
Public bug reported: Test case steps: VRRP test case Default mode : non preempt mode 1)create a VM and attach floatingip . 2)make admin state down of the L3 agent . 3)Check for the status . current status of controller is down (padawan-ccp-c1-m2-mgmt) and it did not move back to standby state

[Yahoo-eng-team] [Bug 1513390] Re: rule change via GUI/CLI puts FW in ERROR mode when no routers exist

2016-01-07 Thread Reedip
Verified that this issue does not occur: reedip@reedip-VirtualBox:/opt/stack$ neutron firewall-show 0495601d-3688-40e3-83f2-d0456b719735 ++--+ | Field | Value| ++-

[Yahoo-eng-team] [Bug 1532083] [NEW] neutron L3 agent shows active state when admin state was made Down on the active master controller

2016-01-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Test case steps: VRRP test case Default mode : non preempt mode 1)create a VM and attach floatingip . 2)make admin state down of the L3 agent . 3)Check for the status . current status of controller is down (padawan-ccp-c1-m2-mgmt) and it did not move b

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

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/262705 Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=75e7b788a4e32bd5e44194435119bf72dc53f45f Submitter: Jenkins Branch:master commit 75e7b788a4e32bd5e44194435119bf72dc53f45f Author: Shuquan Huang Date: Thu Dec 31 16:14:44 201

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2016-01-07 Thread OpenStack Infra
** Changed in: oslo.log Status: Invalid => In Progress -- 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/1368661 Title: Unit tests sometimes fail because of stale py

[Yahoo-eng-team] [Bug 1532078] [NEW] Aggregate availability_zone access throws NotImplementedError when metadata is null

2016-01-07 Thread Ryan Rossiter
Public bug reported: The Aggregate object has an availability_zone property that, when accessed, gets the availability zone as a key/value stored in the metadata field. The problem is, the metadata field is nullable, so if an Aggregate object is created with no metadata, calling the availability_z

[Yahoo-eng-team] [Bug 1532076] [NEW] Nova intermittently fails test_volume_boot_patters with db error

2016-01-07 Thread John Griffith
Public bug reported: This test seems randomly problematic, but noticed 3 failures today with the following error logged in nova.api: 2016-01-08 03:04:42.603 ERROR oslo_db.api [req-9fb82769-155d-4f50-87db-c912c8ad34a6 tempest-TestVolumeBootPattern-388230709 tempest-TestVolumeBootPattern-1026177

[Yahoo-eng-team] [Bug 1530742] Re: Change LOG.warn to LOG.warning

2016-01-07 Thread OpenStack Infra
*** This bug is a duplicate of bug 1508442 *** https://bugs.launchpad.net/bugs/1508442 Reviewed: https://review.openstack.org/263113 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=624675f6949659501461f9841d95ca0cecb8683e Submitter: Jenkins Branch:master commit 6

[Yahoo-eng-team] [Bug 1513825] Re: code duplication : tenant checked twice for resource creation

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/241984 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5d53dfb8d64186b5b1d2f356fbff8f222e15d1b2 Submitter: Jenkins Branch:master commit 5d53dfb8d64186b5b1d2f356fbff8f222e15d1b2 Author: Mathieu Rohon Date: Wed Nov 4 17:49:40 201

[Yahoo-eng-team] [Bug 1521797] Re: Support for Name field in Members and HMs

2016-01-07 Thread Reedip
This seems to be duplicated with https://bugs.launchpad.net/neutron/+bug/1515506 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1532068] [NEW] Quota: Set total instances be unlimited but "no quota" displayed

2016-01-07 Thread Wang Bo
Public bug reported: Modify project quota, set value of instances be unlimited. Create vm in ng-launchinstance page, it displayed "Total Instances (no quota)", that make user misunderstood. IMO, "Total Instances (No Limit)" is better that is consistent with what displayed in Project/Compute/O

[Yahoo-eng-team] [Bug 1532061] [NEW] security-group-rule protocol and ethertype should keep consistency

2016-01-07 Thread Jacky_lei_zhang
Public bug reported: security-group-rule protocol and ethertype should keep consistency.when protocol is ipv4 ethertype is ipv6,we can config it now test@test:~/work/devstack$ neutron security-group-rule-create 6c6163b9-bbae-4690-9b10-aa236c6e87d1 --protocol icmp --ethertype ipv6 Created a new

[Yahoo-eng-team] [Bug 1532053] [NEW] No handlers could be found for logger "oslo_reports.guru_meditation_report"

2016-01-07 Thread John Davidge
Public bug reported: Support for Guru Meditation Report was merged on December 9th by [1]. Since then running anything found in neutron/cmd produces the error: No handlers could be found for logger "oslo_reports.guru_meditation_report" This is causing the neutron-pd-notify command to fail when c

[Yahoo-eng-team] [Bug 1532051] [NEW] api retries result in double notificaitons

2016-01-07 Thread Kevin Benton
Public bug reported: the db retry decorator in api/v2/base.py results in a notification for update.start or create.start being sent out on each retry. so a benign DB error results in multiple notifications. ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton)

[Yahoo-eng-team] [Bug 1532048] [NEW] grenade fails setting up horizon with "ImportError: No module named utils" for compressor package

2016-01-07 Thread Matt Riedemann
Public bug reported: Seen on a stable/liberty change here, so the old side would be setting up kilo: http://logs.openstack.org/80/256180/1/gate/gate-grenade- dsvm/d1909a9/logs/grenade.sh.txt.gz#_2016-01-07_19_40_08_188 2016-01-07 19:40:08.188 | Traceback (most recent call last): 2016-01-07 19:40

[Yahoo-eng-team] [Bug 1361271] Re: ipv6 routers don't define a default route

2016-01-07 Thread Brian Haley
I'm going to mark this Invalid since it has not been updated in over a year, and this should be working in the LIberty code. ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1532033] [NEW] test_create_floatingip_with_specified_ip_address is racey

2016-01-07 Thread Kevin Benton
Public bug reported: test_create_floatingip_with_specified_ip_address gets an unused IP address and then tries to use it for an operation. The issue is that it gets it from an external network that other tests may be allocating ports from. So it can grab an IP and then another test can allocate a

[Yahoo-eng-team] [Bug 1532004] [NEW] gateway update restriction should apply only to router interfaces

2016-01-07 Thread Kevin Benton
Public bug reported: The restriction that prevents a subnet's gateway IP from being updated if it points to an IP in use by a port can get the subnet in a stuck state without messing with a port if the wrong gateway_ip is set. Take the following example: administrator@13:35:25:~/code/neutron$ ne

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/252185 Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=9471fcfdcb945003a890c3b3eb2e9872d67562c9 Submitter: Jenkins Branch:master commit 9471fcfdcb945003a890c3b3eb2e9872d67562c9 Author: Md Nadeem Date: Wed Dec 2 13:48:21 2015 +090

[Yahoo-eng-team] [Bug 1527098] Re: can update the gateway of subnet to a used ip

2016-01-07 Thread Kevin Benton
There is a lot of misunderstanding going on in this thread. First, the allocation pool is *not* a restriction on which IP addresses can be manually specifying when using the fixed_ips param. This is why only network owners/admins can specify a fixed IP on a network. This is entirely intentional so

[Yahoo-eng-team] [Bug 1531988] [NEW] py34 tests that use the stubbed out fake image service race fail a lot

2016-01-07 Thread Matt Riedemann
Public bug reported: Failures like this: http://logs.openstack.org/26/224726/16/gate/gate-nova- python34/1dda5ee/console.html#_2016-01-07_18_17_49_116 2016-01-07 18:17:49.115 | nova.tests.unit.virt.vmwareapi.test_configdrive.ConfigDriveTestCase.test_create_vm_without_config_drive 2016-01-07 18:

[Yahoo-eng-team] [Bug 1531985] [NEW] neutron lbaas octavia driver sends project_id on PUTs

2016-01-07 Thread Brandon Logan
Public bug reported: project_id is immutable for PUTs to the Octavia API for all entities. However, the neutron-lbaas Octavia driver sends project_id on PUTs so it fails. project_id should only be sent on POSTs to Octavia. ** Affects: neutron Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1531982] [NEW] actions.py references missing/wrong template

2016-01-07 Thread Matt Borland
Public bug reported: horizon/tables/actions.py seems to reference horizon/common/_data_table_table_action.html, which doesn't exist. This can be demonstrated when deleting multiple Instances (as an example). There will be a 500 error returned by a call to http://localhost:8000/project/instances/

[Yahoo-eng-team] [Bug 1531795] Re: locationProvider patch has broken Angular panels

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264702 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=aba0a44ebf5282549201112e7d2bb538420617b9 Submitter: Jenkins Branch:master commit aba0a44ebf5282549201112e7d2bb538420617b9 Author: Rob Cresswell Date: Thu Jan 7 10:39:33 201

[Yahoo-eng-team] [Bug 1524274] Re: [OSSA 2016-001] Unprivileged api user can access host data using instance snapshot (CVE-2015-7548)

2016-01-07 Thread Tristan Cacqueray
** Changed in: ossa Status: Fix Committed => 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/1524274 Title: [OSSA 2016-001] Unprivileged api user can

[Yahoo-eng-team] [Bug 1531930] [NEW] SQLalchemy API crashes executing migration_get_unconfirmed_by_dest_compute

2016-01-07 Thread Rodolfo Alonso
Public bug reported: The function migration_get_unconfirmed_by_dest_compute has an error in the decorator function: Traceback (most recent call last): File "/usr/share/java/pycharm-community/helpers/pycharm/utrunner.py", line 120, in modules = [loadSource(a[0])] File "/usr/share/java/py

[Yahoo-eng-team] [Bug 1531906] [NEW] Add details about all the cache config to the documents

2016-01-07 Thread Niall Bunting
Public bug reported: The documents currently does not cover all the options. ** Affects: glance Importance: Low Assignee: Niall Bunting (niall-bunting) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/260504 Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=4f0621d461c1bea3b80c559cf75058ef3d83e617 Submitter: Jenkins Branch:master commit 4f0621d461c1bea3b80c559cf75058ef3d83e617 Author: Janonymous Date: Mon Dec 21 18:27:15 2

[Yahoo-eng-team] [Bug 1372827] Re: Improve efficiency of Hyper-V attaching iSCSI volumes

2016-01-07 Thread Lucian Petrut
** Also affects: os-win Importance: Undecided Status: New ** Changed in: os-win Assignee: (unassigned) => Lucian Petrut (petrutlucian94) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). http

[Yahoo-eng-team] [Bug 1531880] [NEW] Failed to start Initial cloud-init job (pre-networking)

2016-01-07 Thread jean-christophe manciot
Public bug reported: Linux Ubuntu-Gnome-Server 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC 2015 x86_64 Cloud-init 0.7.7 systemctl -l status cloud-init-local ● cloud-init-local.service - Initial cloud-init job (pre-networking) Loaded: loaded (/lib/systemd/system/cloud-init-local.s

[Yahoo-eng-team] [Bug 1531881] [NEW] AttributeError: 'module' object has no attribute 'dump_as_bytes'

2016-01-07 Thread James Slagle
Public bug reported: Seeing the following traceback from nova-compute when trying to launch instances in tripleo-ci for stable/liberty (using the ironic driver): 2016-01-07 13:32:27.691 19349 ERROR nova.compute.manager [instance: 5a7c299b-f6b6-48d8-a20e-36e72c7bed79] Traceback (most recent call

[Yahoo-eng-team] [Bug 1524421] Re: Host Manager reads deleted instance info on startup

2016-01-07 Thread Matt Riedemann
This was mentioned in CERNs blog on upgrading to kilo so marking as medium and marking for backport to liberty and kilo: http://openstack-in-production.blogspot.com/ ** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/kilo Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1529541] Re: Remove unused logging import in horizon

2016-01-07 Thread Dmitry Tantsur
This is not a bug or feature request, please just do it without a bug attached ** No longer affects: ironic-python-agent -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bug

[Yahoo-eng-team] [Bug 1423973] Re: Use choices from oslo_config

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/160031 Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=39560c774874c7df0bff70a40992a722754a9d24 Submitter: Jenkins Branch:master commit 39560c774874c7df0bff70a40992a722754a9d24 Author: Eric Brown Date: Fri Feb 27 14:

[Yahoo-eng-team] [Bug 1531862] [NEW] ServerPersonalityTestJSON:test_rebuild_server_with_personality fails intermittent

2016-01-07 Thread Andreas Scheuring
Public bug reported: 24 Hits in the last 30 days - all of them after the 31st of December! [1] 2016-01-07 11:08:30.061 | Captured traceback: 2016-01-07 11:08:30.061 | ~~~ 2016-01-07 11:08:30.061 | Traceback (most recent call last): 2016-01-07 11:08:30.062 | File "tempes

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/259010 Committed: https://git.openstack.org/cgit/openstack/python-designateclient/commit/?id=940b610af03287cdaaa33f9041939e5549a40f00 Submitter: Jenkins Branch:master commit 940b610af03287cdaaa33f9041939e5549a40f00 Author: Shuquan Huang Date: Thu Dec

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264615 Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=b7fee711b651e23487155741b006d9517d033205 Submitter: Jenkins Branch:master commit b7fee711b651e23487155741b006d9517d033205 Author: Swapnil Kulkarni (coolsvap) Date: T

[Yahoo-eng-team] [Bug 1531706] Re: API job fails with ExternalIpAddressExhausted

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264599 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8e5424865386dfce5c01864a63474711caad760b Submitter: Jenkins Branch:master commit 8e5424865386dfce5c01864a63474711caad760b Author: Kevin Benton Date: Wed Jan 6 12:48:28 2016

[Yahoo-eng-team] [Bug 1531837] [NEW] ryu 3.29 incompatible with oslo.config

2016-01-07 Thread Bob Ball
Public bug reported: ryu 3.29 explicitly prevents compatability with oslo.config 3.2 to preserve python 2.6 compatability for ryu: https://github.com/osrg/ryu/commit/1ed92b25b5997f804dd70a4f072fd20f6af618e0 Global-requirements now requires oslo.config 3.2: https://github.com/openstack/requiremen

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/263569 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9eaa5e4362447680fb4348be2e1a4240003e576b Submitter: Jenkins Branch:master commit 9eaa5e4362447680fb4348be2e1a4240003e576b Author: yangyapeng Date: Mon Jan 4 10:20:55 2016 -

[Yahoo-eng-team] [Bug 1489744] Re: Swapping volume will not result in correct status

2016-01-07 Thread Chung Chih, Hung
** No longer affects: nova -- 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/1489744 Title: Swapping volume will not result in correct status Status in Cinder: Fix Relea

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread Swapnil Kulkarni
** Also affects: murano Importance: Undecided Status: New ** Changed in: murano Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). ht

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread Swapnil Kulkarni
** Also affects: shaker Importance: Undecided Status: New ** Changed in: shaker Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). ht

[Yahoo-eng-team] [Bug 1512207] Fix merged to python-openstackclient (master)

2016-01-07 Thread OpenStack Infra
Reviewed: https://review.openstack.org/264624 Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=a56fc3403909daa6710bf7e2bd641051d1419579 Submitter: Jenkins Branch:master commit a56fc3403909daa6710bf7e2bd641051d1419579 Author: Swapnil Kulkarni (coolsvap) D

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/264681 ** Changed in: shaker Status: New => In Progress ** Changed in: python-openstackclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1531761] [NEW] Fix use of assertFalse as per the hacking checks

2016-01-07 Thread Yatin Kumbhare
Public bug reported: neutron hacking checks defines use of assert methods. It's found neutron code at some places not following assertFalse() usage as per the hacking checks. This bug is raised to fix the same. for more information refer to https://review.openstack.org/#/c/264109/ Specific comm

[Yahoo-eng-team] [Bug 1512207] Re: Fix usage of assertions

2016-01-07 Thread Swapnil Kulkarni
** Also affects: os-testr Importance: Undecided Status: New ** Changed in: os-testr Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone)