[Yahoo-eng-team] [Bug 1403678] Re: Selecting an Image File resets the value of Format field

2014-12-17 Thread Lin Hua Cheng
Image format is actually getting selected automatically based on the extension of the File selected. User error, bug can be closed ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1341954] Re: suds client subject to cache poisoning by local attacker

2014-12-17 Thread Nathan Kinder
This has been published as OSSN-0038 to the openstack and openstack-dev mailing lists as well as the wiki: https://wiki.openstack.org/wiki/OSSN/OSSN-0038 ** Changed in: ossn Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1403747] [NEW] No error message when trying to delete default security group

2014-12-17 Thread Abhishek Talwar
Public bug reported: Trying to delete default security group from a non-admin user gives an error "Conflict (HTTP 409) (Request-ID: req-152c2ec3-1f32-406f-9eeb-bb8ea48a4d11)" but no messgae is displayed to the user. This is confusing as the user does not get to know why is he not allowed to rem

[Yahoo-eng-team] [Bug 1403743] [NEW] Confusing message for deleting default security group

2014-12-17 Thread Abhishek Talwar
Public bug reported: Trying to delete default security group from a non-admin user gives an error "Removing default security group not allowed. (HTTP 400) (Request- ID: req-208b1911-99f6-411f-8429-e05051e71cba) ". But this messgae is not clear as the user does not get to know why is he not allowe

[Yahoo-eng-team] [Bug 1403741] [NEW] integration tests - Can't create user under Identity->Users

2014-12-17 Thread Wu Hong Guang
Public bug reported: integration tests will meet problem if they are executed concurrently by the same user because bug 1403725. we need create user automated to setup a multi-user integration testing environment ** Affects: horizon Importance: Undecided Status: New ** Tags: i

[Yahoo-eng-team] [Bug 1403729] [NEW] SecurityGroup rules not removed causes port build slowly

2014-12-17 Thread max...@unitedstack.com
Public bug reported: When our public cloud services run about 1 year, we found there are a lot of security group rules not removed but the related port had been deleted. Those security group left in iptables and has no way to clear up. This makes port build very slowly because the iptables rules t

[Yahoo-eng-team] [Bug 1403725] [NEW] The same user in chrome got Error: Unauthorized: when the user password is updated in firefox

2014-12-17 Thread Wu Hong Guang
Public bug reported: Testing step: 1: demo login from firefox 2:demo login from chrome 3:demo update password in firefox 4:demo got Error: Unauthorized in chrome ** Affects: horizon Importance: Undecided Status: New ** Summary changed: - The same user in one browser got Error: Una

[Yahoo-eng-team] [Bug 1400770] Re: fail to upload object if swift proxy-server is deployed in apache 2.4

2014-12-17 Thread LIU Yulong
** Also affects: python-swiftclient Importance: Undecided Status: New -- 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/bugs/1400770 Title: fail to upload object

[Yahoo-eng-team] [Bug 1403701] [NEW] Fix consistency on panel visibility check

2014-12-17 Thread Lin Hua Cheng
Public bug reported: There are two patterns used in defined if panels are visible: 1. overriding allowed https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/firewalls/panel.py#L26 2. overriding can_access() https://github.com/openstack/horizon/blob/master/ope

[Yahoo-eng-team] [Bug 1403686] [NEW] Allow using auth plugins to talk to nova

2014-12-17 Thread Jamie Lennox
Public bug reported: When neutron communicates with nova it authenticates using the options: # URL for connection to nova (Only supports one nova region currently). # nova_url = http://127.0.0.1:8774/v2 # Name of nova region to use. Useful if keystone manages more than one region # nova_region_n

[Yahoo-eng-team] [Bug 1403678] [NEW] Selecting an Image File resets the value of Format field

2014-12-17 Thread Lin Hua Cheng
Public bug reported: >From the create image page 1. Set the format to Raw 2. Set Source to Image File 3. Click Browse on the Image File to select a file Result: The value of Format is reset ** Affects: horizon Importance: Undecided Assignee: Lin Hua Cheng (lin-hua-cheng) Statu

[Yahoo-eng-team] [Bug 1403660] [NEW] Resource Usage Map Keys overrun

2014-12-17 Thread Aaron Sahlin
Public bug reported: The Resource Map Stat's Map Key overruns its bounds. Image attached to clarify. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "ResourceUsageMapKey.png" https://bugs.launchpad.net/bugs/1403660/+attachment/4283160/+files/Resourc

[Yahoo-eng-team] [Bug 1370477] Re: response examples of lists role APIs are lacking

2014-12-17 Thread Anne Gentle
Where do you see these response examples? That will help us know where to fix. ** Also affects: keystone Importance: Undecided Status: New ** Changed in: openstack-api-site Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1403626] [NEW] SRIOV mechanism driver doesn't support flat networks

2014-12-17 Thread Maru Newby
Public bug reported: The SRIOV mechanism driver only supports vlan networking at present. It would be useful to support flat networking as well. I have a report that omitting the vlan id from the libvirt xml (by commenting out [1]) allows flat networking to work. It's not clear whether neutron

[Yahoo-eng-team] [Bug 1403625] [NEW] devstack defaults to VXLAN even though ENABLE_TENANT_TUNNELS is False in local.conf

2014-12-17 Thread Syd Logan
Public bug reported: Branch info: slogan@slogan-virtual-machine:~/devstack$ git branch * master slogan@slogan-virtual-machine:~/devstack$ git log | head commit 062e8f14874ab254aa756aabb4f50db77431 Merge: 7f80280 7bb9a73 Author: Jenkins Date: Tue Dec 16 22:02:41 2014 + Merge "Adds

[Yahoo-eng-team] [Bug 1403585] [NEW] Restore VMware unit tests

2014-12-17 Thread Salvatore Orlando
Public bug reported: As plugin decomposition is still in progress, vmware unit tests should be unskipped. In order to complete advanced services spin off they were completely disabled. In order to reenable these tests, the 'advanced services' NSX plugin must be removed. ** Affects: neutron

[Yahoo-eng-team] [Bug 1403586] [NEW] 'Controller.create' is too complex

2014-12-17 Thread Pasquale Porreca
Public bug reported: The method Controller.create in nova/api/openstack/compute/servers.py has a complexity of 46 that is the most complex in Nova code and it is equal to the limit specified in tox.ini. This cause a pep8 error if someone tries to add a new api for server create action. This fail i

[Yahoo-eng-team] [Bug 1403564] [NEW] nova.tests.unit.conductor.test_conductor._BaseTaskTestCase.test_build_instances_scheduler_failure is racy

2014-12-17 Thread Matt Riedemann
Public bug reported: This could be related to bug 1360320 which sounds like a similar failure, handle_scheduler_error is getting an unexpected instance uuid, but bug 1360320 was closed simply because we weren't seeing the failure in the gate anymore. http://logs.openstack.org/13/140713/2/gate//ga

[Yahoo-eng-team] [Bug 1155092] Re: Namespace doesn't get deleted on vip/pool removal

2014-12-17 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/142471 ** Changed in: neutron Status: Won't Fix => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/115

[Yahoo-eng-team] [Bug 1403547] [NEW] flavor extra_specs are not passed to any of the filters

2014-12-17 Thread Nikola Đipanov
Public bug reported: https://review.openstack.org/#/c/122557/7/nova/scheduler/utils.py broke this by removing the 2 lines that would make sure extra_specs are dug up from the DB before passing adding the instance_type to the request_spec, which eventually get's passed as part of the filter_propert

[Yahoo-eng-team] [Bug 1403544] [NEW] Empty string in key_name treated as None but gets into DB

2014-12-17 Thread Alexey I. Froloff
Public bug reported: When creating instance, it is possible to specify "'key_name': ''". This empty string is treated as None by nova.compute.api._validate_and_build_base_options(), but gets written to DB. Then it breaks Horizon when it creates the "Decrypt Password" button for instance details v

[Yahoo-eng-team] [Bug 1403539] [NEW] Can't create both inherited and direct role assignment on same entities

2014-12-17 Thread Samuel de Medeiros Queiroz
Public bug reported: This bug applies to backend SQL, since it is the only that supports inherited role assignments. Given a role assignment (actor_id, target_id, role_id, inherited), it should be possible to grant it as both direct and inherited: - (actor_id, target_id, role_id, inherited=False

[Yahoo-eng-team] [Bug 1403528] [NEW] neutron-server hangs at initializing driver for type vlan

2014-12-17 Thread Jerry Zhao
Public bug reported: i used nova boot to launch about 50 vms. some of them were active eventually while the rest were in error state. I later found that neutron-server was not returning anything for wget neutron-host:9696 in the neutron-server log: Dec 17 14:14:57 ci-overcloud-controller1-mqrd7

[Yahoo-eng-team] [Bug 1403509] [NEW] Test cases in test_content_types.py assert 200 on POST operations

2014-12-17 Thread Lance Bragstad
Public bug reported: When adding a positive test case to keystone/tests/test_content_types.py it was discovered that several test cases in that module assert 200 OK response codes for POST operations [1]. According to the v2.0 API documentation, POST operations should result in a 201 Created respo

[Yahoo-eng-team] [Bug 1368637] Re: Error attaching NetApp iSCSI volume to Hyper-V compute node

2014-12-17 Thread Luis Fernandez
I think we can close this bug, the one reported in Cinder is now fixed and solves this issue: https://bugs.launchpad.net/cinder/+bug/1372808 https://review.openstack.org/141834 ** Changed in: nova Status: Confirmed => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1403431] Re: nova list --all-tenants should display tenant name/uuid as well

2014-12-17 Thread Matthew Gilliard
Confirmed: ubuntu@cont:~/devstack$ nova list --all-tenants +--+--+++-+--+ | ID | Name | Status | Task State | Power State | Networks | +---

[Yahoo-eng-team] [Bug 1403455] [NEW] neutron-netns-cleanup doesn't clean up all L3 agent spawned processes

2014-12-17 Thread Assaf Muller
Public bug reported: neutron-netns-cleanup cleans all DHCP resources by invoking a command on the DHCP driver. However, in the L3 agent case, it merely tries to remove the router namespaces. Any child processes that we've added over the years (Specifically metadata proxy, radvd, keepalived at this

[Yahoo-eng-team] [Bug 1403442] [NEW] remove detail method from the LimitsController class

2014-12-17 Thread zhangtralon
Public bug reported: we should remove the detail method from the LimitsController class because the detail is not the default method and it doesn't add the detail operation in the _setup_routes method from the class APIRouter ** Affects: nova Importance: Undecided Assignee: zhangtralon

[Yahoo-eng-team] [Bug 1403441] [NEW] remove detail method from the LimitsController class

2014-12-17 Thread zhangtralon
Public bug reported: we should remove the detail method from the LimitsController class because the detail is not the default method and it doesn't add the detail operation in the _setup_routes method from the class APIRouter ** Affects: nova Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1403431] [NEW] nova list --all-tenants should display tenant name/uuid as well

2014-12-17 Thread Yamini Sardana
Public bug reported: nova list --all-tenants (which is an admin command) does not display the Tenant Name/UUID. In order to find out which tenant the server belongs to, we have to run nova show command passing it the server UUID. In order to prevent this extra step, the nova list --all-tenants sh

[Yahoo-eng-team] [Bug 1403424] [NEW] Fixed ip info shown for port even when dhcp is disabled

2014-12-17 Thread Pasquale Porreca
Public bug reported: As a user it is very confusing (especially in Horizon dashboard) having the IP address displayed even when the DHCP is disabled for the subnet the port belongs to: the user would expect that the IP address shown is actually assigned to the instance, but this is not the case, s

[Yahoo-eng-team] [Bug 1403426] [NEW] The MetadefPropery Proxy object is missing created_at, updated_at

2014-12-17 Thread Wayne
Public bug reported: In the glance/domain/proxy.py module, the MetadefProperty class doesn't contain the created_at nor updated_at fields. They should be added to match the other classes. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification b

[Yahoo-eng-team] [Bug 1403422] [NEW] Running "glance --os-image-api-version 2 image-list --visibility test" with incorrect --visibility option throws unclear error.

2014-12-17 Thread Kanchan Gupta
Public bug reported: I was trying to check image-list based on visibility by using the following command: glance --os-image-api-version 2 image-list --visibility test But I got output: 400 Bad Request 400 Bad Request Invalid visibility value: test (HTTP 400) which does not pro

[Yahoo-eng-team] [Bug 1369574] Re: Sahara doesn't support cinder volume type

2014-12-17 Thread Thierry Carrez
** Changed in: sahara Status: Fix Committed => Fix Released -- 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/bugs/1369574 Title: Sahara doesn't support cinder volum

[Yahoo-eng-team] [Bug 1403408] [NEW] Redundant endpoints found in the table "endpoint"

2014-12-17 Thread Dave Chen
Public bug reported: MariaDB [keystone]> select * from endpoint where url = "http://10.239.1.1:5010/v2.0"; and interface = "admin"; +--+--+---+--+-+---+-

[Yahoo-eng-team] [Bug 1403411] [NEW] Can't get the list of router with the filter of "distributed" or "ha"

2014-12-17 Thread KaiLin
Public bug reported: SYMPTOM: GET /v2.0/routers?distributed=false response: "routers": [ { "status": "ACTIVE", "external_gateway_info": { "network_id": "bb935f5c-c72e-4abc-9550-2ce7b90c14c8", "enable_snat": true,

[Yahoo-eng-team] [Bug 968696] Re: "admin"-ness not properly scoped

2014-12-17 Thread Song Li
Admin of one tenant can also create networks, routers and so on in other tenants, and take other actions. It might be a big risk for the security. So I think it also affect the Neutron. ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification be

[Yahoo-eng-team] [Bug 1403397] [NEW] Flavors page and create flavor test

2014-12-17 Thread Daniel Korn
Public bug reported: Integration tests should include a flavorpage under the admin tab, containing the flavors table and functionalities, create flavor in particular. There also should be a basic test verifying that creating and deleting a flavor works. ** Affects: horizon Importance: Unde

[Yahoo-eng-team] [Bug 1403379] [NEW] can not delete an instance with Chinese name

2014-12-17 Thread Eli Qiao
Public bug reported: can not delete an instance which display name is Chinese. [tagett@stack-01 devstack]$ nova --debug delete 测试 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) DEBUG (shell:908) Unable to delete the specified server(s). Traceback (most recent cal

[Yahoo-eng-team] [Bug 1392155] Re: The cloud_admin should be able to get the list of projects in all domains.

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1392155 Title: The cloud_admin should be able to get the list of proj

[Yahoo-eng-team] [Bug 1390100] Re: do not depend on protocol specific id's when creating a federation token

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1390100 Title: do not depend on protocol specific id's when creating

[Yahoo-eng-team] [Bug 1384457] Re: Self value in Link is wrong in GET /OS-REVOKE/events

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1384457 Title: Self value in Link is wrong in GET /OS-REVOKE/events

[Yahoo-eng-team] [Bug 1384409] Re: UnicodeDecodeError when trying to create a user with DEBUG logging turned on

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1384409 Title: UnicodeDecodeError when trying to create a user with D

[Yahoo-eng-team] [Bug 1389623] Re: Duplicate code in test_v3_federation

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1389623 Title: Duplicate code in test_v3_federation Status in OpenSt

[Yahoo-eng-team] [Bug 1397207] Re: keystone-manage db_version --extension shows incorrect help info

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1397207 Title: keystone-manage db_version --extension shows incorrect

[Yahoo-eng-team] [Bug 1348262] Re: PKI and PKIZ tokens contain unnecessary whitespace

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1348262 Title: PKI and PKIZ tokens contain unnecessary whitespace St

[Yahoo-eng-team] [Bug 1394816] Re: sample_data.sh does not work with default options in keystone.conf

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1394816 Title: sample_data.sh does not work with default options in k

[Yahoo-eng-team] [Bug 1390484] Re: Missing "s" in keystone configuration document.

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1390484 Title: Missing "s" in keystone configuration document. Statu

[Yahoo-eng-team] [Bug 1380477] Re: a tiny issue in docstring

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1380477 Title: a tiny issue in docstring Status in OpenStack Identit

[Yahoo-eng-team] [Bug 1377101] Re: Obsolete deployment docs

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1377101 Title: Obsolete deployment docs Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1385405] Re: Domain backed by a populated read-only domain-specific LDAP identity backend cannot be deleted

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1385405 Title: Domain backed by a populated read-only domain-specific

[Yahoo-eng-team] [Bug 1389586] Re: lack of debug logging for federation flows

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1389586 Title: lack of debug logging for federation flows Status in

[Yahoo-eng-team] [Bug 1395117] Re: Create SAML assertion using domain scoped tokens returns 500 (Internal Server Error)

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1395117 Title: Create SAML assertion using domain scoped tokens retur

[Yahoo-eng-team] [Bug 1389583] Re: _handle_saml2_tokens() should be renamed to something more generic

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1389583 Title: _handle_saml2_tokens() should be renamed to something

[Yahoo-eng-team] [Bug 1385694] Re: /auth/projects fails to include any projects that have inherited group roles

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1385694 Title: /auth/projects fails to include any projects that have

[Yahoo-eng-team] [Bug 1381768] Re: AttributeError: 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1381768 Title: AttributeError: 'module' object has no attribute 'LD

[Yahoo-eng-team] [Bug 1386376] Re: Validation parameter_type.url regex doesn't pass validation for IPv6 addresses

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1386376 Title: Validation parameter_type.url regex doesn't pass valid

[Yahoo-eng-team] [Bug 1384789] Re: XmlBodyMiddleware driver is deprecated, probably shouldn't still be the default

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1384789 Title:

[Yahoo-eng-team] [Bug 1383817] Re: Deprecate catalog replacements and whitelists

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1383817 Title: Deprecate catalog replacements and whitelists Status

[Yahoo-eng-team] [Bug 1367778] Re: Extract Assignment related tests from IdentityTestCase

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1367778 Title: Extract Assignment related tests from IdentityTestCase

[Yahoo-eng-team] [Bug 1365147] Re: No test for tokens using inherited domain role

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1365147 Title: No test for tokens using inherited domain role Status

[Yahoo-eng-team] [Bug 1387401] Re: token_flush can hang if lots of tokens

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1387401 Title: token_flush can hang if lots of tokens Status in Open

[Yahoo-eng-team] [Bug 1385533] Re: Domain tokens issued from a saml2 auth incorrectly includes group roles marked as inherited

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1385533 Title: Domain tokens issued from a saml2 auth incorrectly inc

[Yahoo-eng-team] [Bug 1389752] Re: Project tokens issued from a saml2 auth are missing inherited group roles

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1389752 Title: Project tokens issued from a saml2 auth are missing in

[Yahoo-eng-team] [Bug 1385643] Re: /auth/domains incorrectly includes domains with only group inherited roles

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1385643 Title: /auth/domains incorrectly includes domains with only g

[Yahoo-eng-team] [Bug 1177623] Re: keystone reports internal error when policy.json is broken

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1177623 Title: keystone reports internal error when policy.json is br

[Yahoo-eng-team] [Bug 1241134] Re: Using LDAP with enabled ignored, no error when attempt to change

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1241134 Title:

[Yahoo-eng-team] [Bug 1384775] Re: revoke driver default should be the non-deprecated driver

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1384775 Title: revoke driver default should be the non-deprecated dri

[Yahoo-eng-team] [Bug 1330132] Re: Creation of Member role is no longer required

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1330132 Title: Creation of Member role is no longer required Status

[Yahoo-eng-team] [Bug 1308778] Re: keystone-manage ssl_setup does not overwrite existing files

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1308778 Title: keystone-manage ssl_setup does not overwrite existing

[Yahoo-eng-team] [Bug 1390085] Re: if REMOTE_USER is returned from apache plugin, it shouldn't need to be mapped

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1390085 Title: if REMOTE_USER is returned from apache plugin, it shou

[Yahoo-eng-team] [Bug 1381809] Re: Domain aware policy should restrict certain operations to cloud admin

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1381809 Title: Domain aware policy should restrict certain operations

[Yahoo-eng-team] [Bug 1384382] Re: GET /OS-FEDERATION/saml2/metadata does not work

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1384382 Title:

[Yahoo-eng-team] [Bug 1400565] Re: ValueError when running Keystone tests

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1400565 Title:

[Yahoo-eng-team] [Bug 1395688] Re: Memcache distributed lock ruins HA

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1395688 Title: Memcache distributed lock ruins HA Status in OpenStac

[Yahoo-eng-team] [Bug 1390124] Re: No validation between client's IdP and Keystone IdP

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1390124 Title: No validation between client's IdP and Keystone IdP S

[Yahoo-eng-team] [Bug 1396763] Re: user id beginning with 0 cannot authenticate through ldap

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1396763 Title: user id beginning with 0 cannot authenticate through l

[Yahoo-eng-team] [Bug 1399857] Re: delete endpoint policy returns HTTP 500

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1399857 Title: delete endpoint policy returns HTTP 500 Status in Ope

[Yahoo-eng-team] [Bug 1398470] Re: sql migration helpers incorrectly inspect for FKs

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1398470 Title: sql migration helpers incorrectly inspect for FKs Sta

[Yahoo-eng-team] [Bug 1390640] Re: /auth/domains incorrectly includes domains with only user inherited roles

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1390640 Title: /auth/domains incorrectly includes domains with only u

[Yahoo-eng-team] [Bug 1400362] Re: check and delete policy_association_for_region_and_service performs create

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1400362 Title: check and delete policy_association_for_region_and_se

[Yahoo-eng-team] [Bug 1401721] Re: Update role using LDAP backend with same name fails

2014-12-17 Thread Thierry Carrez
** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => kilo-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1401721 Title: