[Yahoo-eng-team] [Bug 1606988] Re: saving metadata of array type error

2016-08-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/348119 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=12f9ef8d54fdd4eaf73a2f521632964bf5a84571 Submitter: Jenkins Branch:master commit 12f9ef8d54fdd4eaf73a2f521632964bf5a84571 Author: Travis Tripp Date:

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2016-08-01 Thread yuyafei
** Changed in: os-brick Assignee: yuyafei (yu-yafei) => (unassigned) ** No longer affects: os-brick ** No longer affects: python-heatclient ** No longer affects: neutron ** No longer affects: rally ** No longer affects: glance-store ** No longer affects: tempest -- You received this

[Yahoo-eng-team] [Bug 1608402] [NEW] Volume size when using BDD driver

2016-08-01 Thread kryss
Public bug reported: When using direct block device driver for Cinder the whole disk drive space is used, so the setting of "Size (GiB)" have no effect, and should be grayed when this type of driver is in use. ** Affects: horizon Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1608400] [NEW] Neutron should not add ARP entry for allowed-address-pair-fixed-ip in DVR router

2016-08-01 Thread Heqing
Public bug reported: When we set a fixed IP as allowed-address-pair IP, Neutron will notify l3-agent to add permanent ARP entry for this IP in DVR router namespace. But if we set the same IP to multiple ports as allowed-address-pair IP, ARP entry with same IP but different MAC will be added

[Yahoo-eng-team] [Bug 1596124] Re: Python3 do not use dict.iteritems dict.iterkeys dict.itervalues

2016-08-01 Thread yuyafei
** No longer affects: cinder -- 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/1596124 Title: Python3 do not use dict.iteritems dict.iterkeys dict.itervalues Status in

[Yahoo-eng-team] [Bug 1608378] [NEW] Creating metering-label-rule with non-existent UUID of metering_label_id raised 500 Internal Server Error

2016-08-01 Thread Rahmad Ade Putra
Public bug reported: 1. When I was trying to create metering-label-rule by inserting non- existent UUID of metering_label_id then it raised 500 Internal Server Error, and according to the traceback of logs itself which explained that "foreign key constraint". However this perhaps should be 404

[Yahoo-eng-team] [Bug 1608406] [NEW] BGP: DVR fip host routes query including legacy/HA fip routs

2016-08-01 Thread LIU Yulong
Public bug reported: ENV: neutron-8.1.2-1 (stable/mitaka) When query a bgpspeaker's routes, the DVR fip host routes query will get the routes including the central fip routes. This will let the central fip has more than one next_hop routes. For instance: +-+--+ |

[Yahoo-eng-team] [Bug 1608467] Re: Hypervisor show not includes ram_allocation_ratio

2016-08-01 Thread Sean Dague
This would be an API bump to add another field there, which means a nova-spec. Also, given that this is an admistrative API element, which was set by configuration, it's not really clear that it's needed. A very specific use case will need to be layed out for this. ** Changed in: nova

[Yahoo-eng-team] [Bug 1607934] Re: Unable to launch an instance Bug 1219890

2016-08-01 Thread Markus Zoeller (markus_z)
That's a configuration issue and not a bug in the nova code base. You can give this a try: https://bugs.launchpad.net/nova/+bug/1534273/comments/8 ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1595864] Re: live_migration() takes exactly 7 arguments (6 given) if upgrade_levels compute=kilo

2016-08-01 Thread Sean Dague
At this point, liberty is nearing EOL. So it's not really clear this is going to be a thing we address. ** Changed in: nova Status: New => Won't Fix ** Changed in: nova Status: Won't Fix => Incomplete -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2016-08-01 Thread Markus Zoeller (markus_z)
Nova has no rules in place which forbids that, so it's not a bug. I also don't see a reason to put effort into this. ** Changed in: python-novaclient Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2016-08-01 Thread Markus Zoeller (markus_z)
Nova has no rules in place which forbids that, so it's not a bug. I also don't see a reason to put effort into this. ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1598833] Re: Apparmor causes: libvirtError: operation failed: open disk image file failed during online snapshots via Nova API

2016-08-01 Thread Sean Dague
I don't think this is really a nova issue, apparmor config is beyond the project scope. ** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1608462] [NEW] 'non-assignable' JS error in NG LI

2016-08-01 Thread Rob Cresswell
Public bug reported: Seeing the following error in the new Launch Instance wizard in master: angular.js:12783 Error: [$compile:nonassign] Expression '$isAvailableTable ? ctrl.availableTableConfig : ctrl.allocatedTableConfig' in attribute 'config' used with directive 'hzDynamicTable' is

[Yahoo-eng-team] [Bug 1608467] [NEW] Hypervisor show not includes ram_allocation_ratio

2016-08-01 Thread Tina Kevin
Public bug reported: Description === Now the nova hypervisor-show does not contain ram_allocation_ratio, cpu_allocation_ratio and disk_allocation_ratio. I think this is unreasonableļ¼Œthe user sets the allocation ratio by using the configuration, but they can not see through

[Yahoo-eng-team] [Bug 1608475] [NEW] Live Migration Error on Mitaka release

2016-08-01 Thread Vijay
Public bug reported: While Live Migrating from one compute node to another compute node in Mitaka release, the operation returns SUCCESS but the host system remains same. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1608532] [NEW] import should be alphabetically

2016-08-01 Thread liao...@hotmail.com
Public bug reported: openstack_dashboard/dashboards/identity/projects/workflows.py is not alphabetically imported ** Affects: horizon Importance: Undecided Assignee: liao...@hotmail.com (liaozd) Status: New ** Tags: pep8 ** Changed in: horizon Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1589221] Re: Nova-compute: "ImageNotFound: Image could not be found."

2016-08-01 Thread James Page
Dropping Nova task, this is not a Nova bug. ** Changed in: nova Status: Incomplete => Invalid ** Changed in: nova-compute (Juju Charms Collection) Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1549814] Re: Metadata caching is fundamentally broken

2016-08-01 Thread Sean Dague
Caching models like this probably really should see a spec just to think through the access patterns, especially as people keep proposing to make MD writable from the guest, which impacts this. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1595965] Re: transport_url is being parsed different when forking with oslo.service

2016-08-01 Thread Sean Dague
this feels like it may very well be an issue in oslo.service itself, adding that ** Also affects: oslo.service Importance: Undecided Status: New ** Changed in: nova Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1433331] Re: Collapse Fernet specific tests into test_v3_auth.py TestAuth

2016-08-01 Thread Lance Bragstad
I think this can be closed now since a bunch of fixes landed to make fernet the default [0]. The TestFernetTokenProvider class has been refactored in master and no longer exists. It has been replaced with Fernet test classes that inherit tests from general test classes. [0]

[Yahoo-eng-team] [Bug 1608553] [NEW] simplify chained comparison

2016-08-01 Thread liao...@hotmail.com
Public bug reported: simplify chained comparison on ./openstack_dashboard/dashboards/identity/projects/workflows.py:104 ** Affects: horizon Importance: Undecided Assignee: liao...@hotmail.com (liaozd) Status: New ** Changed in: horizon Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1592713] Re: wrong url for list role identity v2 API

2016-08-01 Thread David Stanek
This was fixed in https://review.openstack.org/#/c/343130/ ** Changed in: keystone Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1608565] [NEW] Horizon ignores instance snapshot as pre-selected source image

2016-08-01 Thread ebl...@nde.ag
Public bug reported: Description of problem: When launching an instance from an instance snapshot via Horizon images overview (Button "Launch") the resulting "Launch instance"-dialog ignores the selected image, the source has to be selected again. This only affects "Instance Snapshot" as

[Yahoo-eng-team] [Bug 1433331] Re: Collapse Fernet specific tests into test_v3_auth.py TestAuth

2016-08-01 Thread Steve Martinelli
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Assignee: (unassigned) => Lance Bragstad (lbragstad) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1608601] [NEW] create_port is failing for non admin context as Nova neutronclient interactions are not using admin context consistently

2016-08-01 Thread Esha Seth
Public bug reported: There have been several changes in community in Newton on nova and neutron client interactions. The interactions are not consistently using admin context and credentials/token of nova user always instead sometimes using the logged in user credentials. Due to this the

[Yahoo-eng-team] [Bug 1608593] [NEW] Nova exception "DBDuplicateEntry" error in n-cond.log

2016-08-01 Thread Michael Johnson
Public bug reported: I'm running current master nova under devstack on ubuntu 14.04 nova git log: commit eab62c0d8a3280c559d974d0f31d51a3f06e1048 Merge: dd9af27 b790332 Author: Jenkins Date: Mon Aug 1 00:24:20 2016 + Merge "Option Consistency for

[Yahoo-eng-team] [Bug 1492773] Re: there are a lot of warn log "No DHCP agents available, skipping rescheduling""

2016-08-01 Thread John Joyce
** Changed in: neutron Assignee: (unassigned) => John Joyce (joycej) ** Changed in: neutron Status: Expired => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1492773

[Yahoo-eng-team] [Bug 1604471] Re: neutron-lib api-ref response code formatting

2016-08-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/345024 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=980068fb05da7385c8e5f4096a48a89d0dfd64ba Submitter: Jenkins Branch:master commit 980068fb05da7385c8e5f4096a48a89d0dfd64ba Author: Boden R Date: Wed

[Yahoo-eng-team] [Bug 1608623] [NEW] Policy service caching does not work within hz-dynamic-table

2016-08-01 Thread Travis Tripp
Public bug reported: The policy service caching (where it ensures that if you look up the same policy more than once) does not seem to work under hz-dynamic- table. Turn on ng-images which recently migrated to hz-dynamic-table and watch the network calls. You'll note a bunch of policy calls and

[Yahoo-eng-team] [Bug 1603038] Re: Execption on admin_token usage ValueError: Unrecognized

2016-08-01 Thread Steve Martinelli
** Changed in: keystonemiddleware Status: Triaged => Invalid ** Changed in: keystonemiddleware Importance: Medium => Undecided -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1608332] Re: create pool api parameter issue

2016-08-01 Thread Victor Morales
** Also affects: openstack-api-site Importance: Undecided Status: New ** No longer affects: openstack-api-site ** Project changed: neutron => openstack-api-site -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1605277] Re: [IPAM] 'Internal' ipam driver does not allow to delete all pools on subnet update

2016-08-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/345498 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=de2a70165c351abcc1266b79bae46fcd8ce68e59 Submitter: Jenkins Branch:master commit de2a70165c351abcc1266b79bae46fcd8ce68e59 Author: Pavel Bondar Date:

[Yahoo-eng-team] [Bug 1579262] Re: Angular registry - Cannot read property 'itemActions' of undefined

2016-08-01 Thread Travis Tripp
** Changed in: searchlight Status: In Progress => Fix Released ** Changed in: searchlight Milestone: None => newton-1 ** Changed in: searchlight Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2016-08-01 Thread Takashi NATSUME
** Also affects: os-vif Importance: Undecided Status: New ** Changed in: os-vif Assignee: (unassigned) => Takashi NATSUME (natsume-takashi) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1578079] Re: Ubuntu Xenial guests segfault on hosts with CPUs supporting AVX2

2016-08-01 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1484081] Re: libvirt error while taking second snapshot of network type disk

2016-08-01 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1391116] Re: password prompts should check for empty string

2016-08-01 Thread Steve Martinelli
Based on Tang's findings in #18, I'm inclined to mark this as Won't Fix for OSC. ** Changed in: python-openstackclient Status: Triaged => Won't Fix ** Changed in: python-keystoneclient Assignee: Abhishek Talwar (abhishek-talwar) => (unassigned) ** Changed in: keystone Assignee:

[Yahoo-eng-team] [Bug 1578866] Re: Race condition between token validation and revocation API causes intermittent gate failures.

2016-08-01 Thread Steve Martinelli
** Changed in: keystone Status: In Progress => Fix Released ** Changed in: keystone Milestone: newton-3 => newton-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1608643] [NEW] Add 'vhdx' disk format.

2016-08-01 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/347352 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/glance" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1608653] [NEW] Installing reqs from test-requirements.txt using pip fails due to missing lib package for psycopg2

2016-08-01 Thread Gage Hugo
Public bug reported: When setting up a development environment following the instructions here: http://docs.openstack.org/developer/keystone/devref/development.environment.html On Ubuntu 16.04.1 when installing dependencies from test- requirements.txt using pip, the installation fails when it

[Yahoo-eng-team] [Bug 1607398] Re: DVR, Floating IPs are not working. Failed sending gratuitous ARP

2016-08-01 Thread Brian Haley
** Changed in: neutron Status: Incomplete => 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/1607398 Title: DVR, Floating IPs are not working. Failed sending gratuitous

[Yahoo-eng-team] [Bug 1544721] Re: Policy for listing service providers requires admin

2016-08-01 Thread Steve Martinelli
** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1544721 Title: Policy for listing service providers

[Yahoo-eng-team] [Bug 1572202] Re: testresources needs to be explicitly required for tests

2016-08-01 Thread Steve Martinelli
bumping tox and global requirements fixed this issue ** Changed in: keystone Status: Triaged => Fix Released ** Changed in: keystone Milestone: None => newton-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1419128] Re: Unsupported mix of LDAP & SQL between backends should error cleanly

2016-08-01 Thread Steve Martinelli
We've removed LDAP support for resource, which seems clear enough. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1546834] Re: The deletion of an LDAP domain in keystone when write enabled should not clear the LDAP database

2016-08-01 Thread Steve Martinelli
Write support is deprecated and will be removed in 6 weeks. Marking this as Opinion. ** Changed in: keystone Status: Triaged => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1524515] Re: get sql-based Domain-specific driver configuration with incorrect group in URL, expected response 404, actual 403

2016-08-01 Thread Steve Martinelli
No movement on this issue and I've explained my reasoning in comment #4. We won't be re-writing response codes now since that's backwards compatible. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1259827] Re: keystone execute SQL statements so many times?

2016-08-01 Thread Steve Martinelli
I am marking this as fix released based on https://review.openstack.org/#/c/272007/ merging. We can open separate bugs for new issues but having a large sweeping bug like this one will cause us to never close it. ** Changed in: keystone Status: Triaged => Fix Released ** Changed in:

[Yahoo-eng-team] [Bug 1324023] Re: Can't consume trusts on domains

2016-08-01 Thread Steve Martinelli
Trusts were not designed to support domain delegation. This is not a bug, but a request for enhancement. Please create a specification in keystone-specs that outlines a use case for this enhancement. I would think delegating permission to a user across an entire domain would lead to all sorts of

[Yahoo-eng-team] [Bug 1376937] Re: No way to prevent duplicates in endpoints

2016-08-01 Thread Steve Martinelli
This would break backwards compatibility. ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1376937 Title:

[Yahoo-eng-team] [Bug 1592043] Re: os-brick 1.4.0 increases volume setup failure rates

2016-08-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/329769 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4a8f2b0d44ee10dfac2d3d828cd9dc574d5ddbb2 Submitter: Jenkins Branch:master commit 4a8f2b0d44ee10dfac2d3d828cd9dc574d5ddbb2 Author: Angus Lees Date: Wed Jun 15

[Yahoo-eng-team] [Bug 1570049] Re: Tox ignores following docstrings error codes D202, D203, D205, D400, D401

2016-08-01 Thread Steve Martinelli
This is not an issue in the latest tox.ini https://github.com/openstack/keystone/blob/master/tox.ini ** Changed in: keystone Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1608691] Re: exception translation for pymysql "Lock wait timeout exceeded" broken

2016-08-01 Thread Kevin Benton
Added neutron because this exception was observed in the gate: http://logs.openstack.org/43/298443/4/check/gate-grenade-dsvm-neutron- dvr- multinode/56112e8/logs/old/screen-q-svc.txt.gz?level=TRACE#_2016-07-31_00_21_14_938 ** Also affects: neutron Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1608726] [NEW] BadRequest during floating ip assignment

2016-08-01 Thread Inessa Vasilevskaya
Public bug reported: Seen on mos 10, 1 controller/1 compute. Not very difficult to trigger, though isn't reproduced on every run (got 3 hits in ~15 runs). The error was seen while running this script (sorry about my bash http://paste.openstack.org/show/545220/) on freshly deployed mos. Steps

[Yahoo-eng-team] [Bug 1572161] Re: Unable to request details for a specific group on non default domain

2016-08-01 Thread Steve Martinelli
This should be fixed, refer to https://github.com/openstack/keystone/blob/d9c6b50a3ae514e640fa13a344e59fe3649ee0ef/keystone/identity/backends/ldap/common.py#L1780-L1783 Please re-open the bug if it's not. ** Changed in: keystone Status: Triaged => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1513216] Re: Mismatched keystone api version produces cryptic 'Error: Openstack'

2016-08-01 Thread Steve Martinelli
This is mostly fixed with our transition to keystoneauth: stevemar@ubuntu:/opt/stack/keystone$ openstack user list Could not determine a suitable URL for the plugin stevemar@ubuntu:/opt/stack/keystone$ export OS_AUTH_URL='http://172.16.240.199:5000/v3' stevemar@ubuntu:/opt/stack/keystone$

[Yahoo-eng-team] [Bug 1526719] Re: metadata should be allowed to be search option

2016-08-01 Thread Steve Martinelli
Closing this similarly as the nova counterpart ** Changed in: python-openstackclient Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1362309] Re: Creating an endpoint with an invalid service_id returns the wrong error code

2016-08-01 Thread Steve Martinelli
This would break backwards compatibility. See dolphs's comment in #2. We're stuck with 404's. ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2016-08-01 Thread Takashi NATSUME
** Also affects: masakari Importance: Undecided Status: New ** Changed in: masakari Assignee: (unassigned) => Takashi NATSUME (natsume-takashi) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1526087] Re: Can edit user name, email to illegal values

2016-08-01 Thread Steve Martinelli
Refer to https://review.openstack.org/#/c/345022/ for the keystone fix, which should fix things in OSC ** Changed in: python-openstackclient Status: Confirmed => Invalid ** Changed in: keystone Status: Confirmed => Fix Released -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1592988] Re: openstackclient is not authorized to lookup domains by name

2016-08-01 Thread Steve Martinelli
See https://review.openstack.org/#/c/311206/ ** Changed in: python-openstackclient Assignee: venkatamahesh (venkatamaheshkotha) => (unassigned) ** Changed in: python-openstackclient Status: Incomplete => Fix Released ** Changed in: keystone Status: Triaged => Won't Fix --

[Yahoo-eng-team] [Bug 1498556] Re: Reasonable assumptions concerning domain references

2016-08-01 Thread Steve Martinelli
Setting middleware and client to invalid, very unlikely they will be affected ** Changed in: keystonemiddleware Status: Triaged => Invalid ** Changed in: python-keystoneclient Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-08-01 Thread Steve Martinelli
** No longer affects: keystonemiddleware -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1586268 Title: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work

[Yahoo-eng-team] [Bug 1608653] Re: Add libpg-dev to developer docs

2016-08-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/349688 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=44ccc92c1ac368f5318d162957c58ea35ba74150 Submitter: Jenkins Branch:master commit 44ccc92c1ac368f5318d162957c58ea35ba74150 Author: Gage Hugo Date: Mon

[Yahoo-eng-team] [Bug 1588654] Re: External auth method has problem in getting the head of REMOTE_USER

2016-08-01 Thread Steve Martinelli
This has expired ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1588654 Title: External auth method

[Yahoo-eng-team] [Bug 1547997] Re: Liberty:During horizon dashbord installation found all keystone database entry gets deleted.

2016-08-01 Thread Steve Martinelli
Expired ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1547997 Title: Liberty:During horizon dashbord

[Yahoo-eng-team] [Bug 1582533] Re: Keystone installation fails

2016-08-01 Thread Steve Martinelli
Expired ** Changed in: keystone Assignee: Upama (upamajohri-os) => (unassigned) ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1590426] Re: Keystone Federated Identity assertion name not included in token

2016-08-01 Thread Steve Martinelli
*** This bug is a duplicate of bug 1482701 *** https://bugs.launchpad.net/bugs/1482701 ** This bug has been marked a duplicate of bug 1482701 Federation: user's name in rules not respected -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1585632] Re: test_revoke_by_audit_chain_id_chained_token() fails

2016-08-01 Thread Steve Martinelli
** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1585632 Title:

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2016-08-01 Thread LiuNanke
** Also affects: murano Importance: Undecided Status: New ** Changed in: murano Status: New => In Progress ** Changed in: murano Assignee: (unassigned) => LiuNanke (nanke-liu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1606659] Re: add-tag Normal response code is 200, not 201

2016-08-01 Thread Hirofumi Ichihara
This is not bug. ** Changed in: neutron Status: In Progress => 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/1606659 Title: add-tag Normal response code is 200, not 201

[Yahoo-eng-team] [Bug 1534473] Re: openstack service create allows duplicate names

2016-08-01 Thread Steve Martinelli
We can't enforce uniqueness with service names and types, and we can't break backward compatibility. ** Changed in: keystone Status: Confirmed => Won't Fix ** Changed in: keystone Assignee: Kanika Singh (kanikasingh-1490) => (unassigned) -- You received this bug notification

[Yahoo-eng-team] [Bug 1588691] Re: 'keystone_authtoken.user_domain_id' is not in config

2016-08-01 Thread Steve Martinelli
** Changed in: keystonemiddleware Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1588691 Title:

[Yahoo-eng-team] [Bug 1529534] Re: User new log style where Logger.exception() is used by passing an exception object as the first argument.

2016-08-01 Thread Steve Martinelli
** No longer affects: python-keystoneclient -- 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/1529534 Title: User new log style where Logger.exception() is used by passing

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-08-01 Thread Steve Martinelli
** No longer affects: python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1586268 Title: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not

[Yahoo-eng-team] [Bug 1555629] Re: v3/users reports all users in all domains excepts when domain_specific_drivers_enabled is set to true.

2016-08-01 Thread Steve Martinelli
Sounds like this is a WONTFIX. ** Changed in: keystone Status: New => Won't Fix ** Changed in: keystone Assignee: Henry Nash (henry-nash) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1592711] Re: Missing doc for "list of roles assigned to a user for a tenant" on identity v2 API

2016-08-01 Thread Steve Martinelli
Looks documented to me: http://developer.openstack.org/api- ref/identity/v2-admin/index.html?expanded=list-roles-for-user-detail #list-roles-for-user ** Changed in: keystone Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2016-08-01 Thread Steve Martinelli
** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1596829 Title: String interpolation should be delayed at logging calls Status in Ceilometer: New Status