summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tests comparing tokens2014.1.3Brant Knudson2014-10-011-4/+10
* Merge "Fix typo on cache backend module" into stable/icehouseJenkins2014-09-272-2/+2
|\
| * Fix typo on cache backend moduleAlvaro Lopez Garcia2014-09-252-2/+2
* | Merge "Remove extraenous instantiations of managers" into stable/icehouseJenkins2014-09-266-44/+25
|\ \
| * | Remove extraenous instantiations of managersMorgan Fainberg2014-09-116-44/+25
| |/
* | Merge "Updated from global requirements" into stable/icehouseJenkins2014-09-261-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2014-09-131-1/+1
* | | Merge "Remove `with_lockmode` use from Trust SQL backend." into stable/icehouseJenkins2014-09-252-15/+59
|\ \ \
| * | | Remove `with_lockmode` use from Trust SQL backend.Morgan Fainberg2014-08-082-15/+59
* | | | Merge "Catalog driver generates v3 catalog from v2 catalog" into stable/icehouseJenkins2014-09-256-20/+75
|\ \ \ \
| * | | | Catalog driver generates v3 catalog from v2 catalogBrant Knudson2014-08-286-20/+75
| | |_|/ | |/| |
* | | | Merge "Set LDAP certificate trust options for LDAPS and TLS" into stable/iceh...Jenkins2014-09-252-2/+80
|\ \ \ \
| * | | | Set LDAP certificate trust options for LDAPS and TLSNathan Kinder2014-09-232-2/+80
* | | | | Merge "Fixes an issue with the XMLEquals matcher" into stable/icehouseJenkins2014-09-242-46/+80
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes an issue with the XMLEquals matcherDavid Stanek2014-08-152-46/+80
| | |/ / | |/| |
* | | | Adds a whitelist for endpoint catalog substitutionDavid Stanek2014-09-164-4/+47
* | | | Merge "Avoid conversion of binary LDAP values" into stable/icehouseJenkins2014-09-153-9/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | Avoid conversion of binary LDAP valuesNathan Kinder2014-09-083-9/+34
* | | | Merge "No longer allow listing users by email" into stable/icehouseJenkins2014-09-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | No longer allow listing users by emailJuan Antonio Osorio2014-08-181-2/+2
* | | | Ensure token is a stringAdam Young2014-08-261-3/+7
| |_|/ |/| |
* | | Merge "Fixes catalog URL formatting to never return None" into stable/icehouseJenkins2014-08-232-4/+7
|\ \ \
| * | | Fixes catalog URL formatting to never return NoneDavid Stanek2014-08-192-4/+7
* | | | Merge "Updates keystone.catalog.core.format_url tests" into stable/icehouseJenkins2014-08-233-21/+54
|\ \ \ \ | |/ / /
| * | | Updates keystone.catalog.core.format_url testsDavid Stanek2014-08-193-21/+54
* | | | Merge "Ignore broken endpoints in get_catalog" into stable/icehouseJenkins2014-08-235-14/+87
|\ \ \ \ | |/ / /
| * | | Ignore broken endpoints in get_catalogDavid Stanek2014-08-195-14/+87
* | | | Merge "Ignore broken endpoints in get_v3_catalog" into stable/icehouseJenkins2014-08-232-14/+87
|\ \ \ \ | |/ / /
| * | | Ignore broken endpoints in get_v3_catalogDavid Stanek2014-08-192-14/+87
| | |/ | |/|
* | | Add workaround to support tox 1.7.2Dolph Mathews2014-08-211-0/+3
* | | Merge "Bump stable/icehouse next version to 2014.1.3" into stable/icehouseJenkins2014-08-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Bump stable/icehouse next version to 2014.1.3Chuck Short2014-08-081-1/+1
| |/
* | Implicitly ignore attributes that are mapped to None in LDAPNathan Kinder2014-08-122-1/+26
|/
* Fix revocation event handling with MySQL2014.1.2.12014.1.2Brant Knudson2014-08-054-18/+31
* Make test_revoke expiry times distinctAdam Young2014-08-051-1/+4
* Fix revoking a scoped token from an unscoped tokenBrant Knudson2014-08-055-22/+117
* Add a test for revoking a scoped token from an unscopedBrant Knudson2014-08-051-9/+104
* Fix revoking domain-scoped tokensBrant Knudson2014-08-052-5/+18
* Correct revocation event test for domain_idBrant Knudson2014-08-051-1/+48
* Fix for V2 token issued_at time changingBrant Knudson2014-08-052-11/+14
* Add tests related to V2 token issued_at time changingBrant Knudson2014-08-051-12/+37
* Don't override tox envdir for pep8Brant Knudson2014-08-041-1/+0
* Merge "Correct the region table to be InnoDB and UTF8" into stable/icehouseJenkins2014-08-011-1/+37
|\
| * Correct the region table to be InnoDB and UTF8Morgan Fainberg2014-07-121-1/+37
* | Merge "Do not log 14+ INFO lines on a broken pipe error (eventlet)" into stab...Jenkins2014-08-011-1/+25
|\ \
| * | Do not log 14+ INFO lines on a broken pipe error (eventlet)Morgan Fainberg2014-06-271-1/+25
* | | Updated from global requirementsOpenStack Proposal Bot2014-07-242-2/+2
* | | Merge "Updated from global requirements" into stable/icehouseJenkins2014-07-181-2/+2
|\ \ \ | |_|/ |/| |
| * | Updated from global requirementsOpenStack Proposal Bot2014-07-011-2/+2
| |/
* | HEAD responses should return same status as GETMorgan Fainberg2014-07-0814-61/+102