[Yahoo-eng-team] [Bug 1328589] [NEW] Tests fails with non english locale settings

2014-06-10 Thread Kévin Bernard-Allies
Public bug reported: When the locale environment setting uses a language other than english, some Keystone tests fails. $> locale -a C C.UTF-8 en_US.utf8 fr_BE.utf8 fr_FR fr_FR.iso88591 fr_FR.utf8 POSIX $> LANG=en

[Yahoo-eng-team] [Bug 1322639] [NEW] region creation API should not allow empty id

2014-05-23 Thread Kévin Bernard-Allies
Public bug reported: Actually, Keystone accepts to create a region with an empty ID in the request body, and creates a unreachable region, with no possibility to use, modify or delete them. > curl -X POST -H "X-Auth-Token: *TOKEN*" -H 'Content-type: > application/json' http://localhost:35

[Yahoo-eng-team] [Bug 1324076] [NEW] Duplicated DELETE queries on sql backend

2014-05-28 Thread Kévin Bernard-Allies
Public bug reported: When trying to delete a consumer with OS-OAUTH1 extension, Keystone sends twice a same delete sql query. After a quick glance, it appears to me that this bug concerns several keystone objects, at least request_token and access_token (OS-OAUTH1) and identity_provider (OS-FEDER

[Yahoo-eng-team] [Bug 1369664] [NEW] Token are not revoked when a role from group is revoked

2014-09-15 Thread Kévin Bernard-Allies
Public bug reported: Since the commit https://review.openstack.org/#/c/115338, when a groupe role is revoked, the tokens of the members of this group are not revoked. ** Affects: keystone Importance: Undecided Assignee: Kévin Bernard-Allies (kbernard-allies) Status: New