summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Update json module to jsonutilscao.yuan2019-02-251-5/+5
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-2/+1
* Use assertIsNone(...) instead of assertEqual(None, ...)chenaidong12016-12-081-1/+1
* Fix missing service_catalog parameter in Client objectMikhail Nikolaenko2016-08-051-0/+8
* Deprecate auth plugins from keystoneclientJamie Lennox2016-02-031-5/+7
* Deprecate SessionJamie Lennox2016-02-031-1/+3
* Revert "Change default endpoint for Keystone v3 to public"Brant Knudson2016-01-131-10/+0
* Change default endpoint for Keystone v3 to publicRoxana Gherle2015-12-231-0/+10
* HTTPClient/region_name deprecation test updatesCorey Bryant2015-09-251-41/+63
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-131-0/+1
* Merge "Use UUID values in v3 test fixtures"Jenkins2015-08-061-45/+51
|\
| * Use UUID values in v3 test fixturesJamie Lennox2015-07-251-45/+51
* | Proper deprecation for HTTPClient tenant_id, tenant_name parametersBrant Knudson2015-08-041-2/+2
|/
* Adapter version is a tupleBrant Knudson2015-04-301-1/+1
* Move tests to the unit subdirectoryJamie Lennox2015-02-111-0/+230