summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass in 2020stein-em3.19.1stable/steinBernhard M. Wiedemann2020-01-081-1/+1
* Add return-request-id-to-caller function(v3/contrib)openstack2019-01-161-1/+1
* Add return-request-id-to-caller function(v3/contrib)openstack2018-10-225-13/+342
* Merge "Add return-request-id-to-caller function(v3)"Zuul2018-10-191-0/+73
|\
| * Add return-request-id-to-caller function(v3)Maho Koshiya2018-03-261-0/+73
* | Deprecate region enabled parameterVishakha Agarwal2018-09-281-0/+4
* | Add support for project-specific limitsLance Bragstad2018-06-141-0/+77
* | Add support for registered limitsLance Bragstad2018-06-141-0/+76
|/
* Merge "Add CRUD support for application credentials"3.15.0Zuul2018-01-241-0/+116
|\
| * Add CRUD support for application credentialsColleen Murphy2018-01-231-0/+116
* | Add system role functionalityLance Bragstad2018-01-231-1/+73
|/
* Add project tags to keystoneclientSamuel Pilla2017-12-201-0/+83
* Remove use of positional decoratorMorgan Fainberg2017-08-071-5/+0
* Merge "Add support for endpoint group filtering"Jenkins2017-06-221-0/+144
|\
| * Add support for endpoint group filteringEnrique Garcia Navalon2017-04-131-0/+144
* | Add support for specifying role ids when creating trustKristi Nikolla2017-06-161-0/+16
* | Replace six.iteritems() with .items()M V P Nitesh2017-04-032-4/+2
|/
* Merge "Add support for endpoint group CRUD"Jenkins2017-02-141-0/+34
|\
| * Add support for endpoint group CRUDSamuel de Medeiros Queiroz2017-02-111-0/+34
* | Use https for *.openstack.org referencesEric Brown2017-02-051-4/+4
|/
* re-work inference rule bindingsSteve Martinelli2016-12-181-40/+196
* Use assertIsNone(...) instead of assertEqual(None, ...)chenaidong12016-12-081-1/+1
* Merge "Fix missing service_catalog parameter in Client object"3.8.0Jenkins2016-12-011-0/+8
|\
| * Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-051-0/+8
* | Merge "Pass allow_expired to token validate"Jenkins2016-11-291-0/+13
|\ \
| * | Pass allow_expired to token validateJamie Lennox2016-11-291-0/+13
* | | Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'howardlee2016-11-181-2/+2
* | | Support domain-specific configuration managementHenry Nash2016-11-021-0/+96
|/ /
* | Merge "Use exceptions from Keystoneauth"Jenkins2016-10-143-6/+8
|\ \
| * | Use exceptions from KeystoneauthJamie Lennox2016-08-243-6/+8
* | | Merge "Use fixtures from keystoneauth"Jenkins2016-10-055-9/+10
|\ \ \ | |/ /
| * | Use fixtures from keystoneauthJamie Lennox2016-08-245-9/+10
* | | Correct output for Implied RolesAdam Young2016-09-211-1/+24
* | | Remove deprecated 'data' credential argumentSamuel de Medeiros Queiroz2016-08-091-22/+0
|/ /
* | Use assertEqual() instead of assertDictEqual()Tang Chen2016-07-261-4/+4
|/
* Use /v3/auth/projects and /v3/auth/domainsLance Bragstad2016-06-132-5/+5
* Handle EmptyCatalog exception in list federated projectsPaulo Ewerton2016-06-081-0/+103
* Merge "map fixtures to keystoneauth"Jenkins2016-05-231-1/+1
|\
| * map fixtures to keystoneauthSteve Martinelli2016-05-221-1/+1
* | Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-044-9/+0
* | Fix D400 PEP257 violation.Navid Pustchi2016-04-231-2/+2
* | Fix D401 PEP257 violation.Navid Pustchi2016-04-232-2/+2
* | Merge "Get revocation list with only audit ids"3.0.0Jenkins2016-04-151-0/+23
|\ \ | |/ |/|
| * Get revocation list with only audit idsBrant Knudson2016-02-181-0/+23
* | Tests stop using deprecated HTTPClient.get()Brant Knudson2016-02-281-8/+4
* | Merge "Revert "Support `truncated` flag returned by identity service""2.3.1Jenkins2016-02-271-34/+7
|\ \
| * | Revert "Support `truncated` flag returned by identity service"Monty Taylor2016-02-261-34/+7
* | | Merge "Support `truncated` flag returned by identity service"Jenkins2016-02-261-7/+34
|\ \ \ | |/ /
| * | Support `truncated` flag returned by identity serviceBoris Bobrov2016-02-261-7/+34
| |/
* | Support creation of domain specific rolesHenry Nash2016-02-191-0/+26