summaryrefslogtreecommitdiff
path: root/keystoneclient/service_catalog.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of positional decoratorMorgan Fainberg2017-08-071-5/+0
* Increase readability of 'find()' method and small improvementsArthur Miranda2016-10-211-1/+1
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-30/+30
* use positional library instead of utilsSteve Martinelli2016-01-251-5/+5
* Address hacking check H405lin-hua-cheng2016-01-131-6/+10
* Mark abstractmethod bodies with nocoverBrant Knudson2015-10-211-5/+5
* pass on @abc.abstractmethodsDolph Mathews2015-10-211-0/+2
* Deprecate ServiceCatalog.get_urls() with no attrBrant Knudson2015-08-131-4/+7
* Deprecate ServiceCatalog(region_name)Brant Knudson2015-08-131-5/+41
* Allow handling multiple service_typesJamie Lennox2015-02-261-2/+2
* Using correct keyword for region in v3Sergey Kraynev2015-02-121-1/+5
* I18nBrant Knudson2014-10-281-8/+27
* Merge "fixed typos found by RETF rules"Jenkins2014-05-031-1/+1
|\
| * fixed typos found by RETF rulesChristian Berendt2014-05-031-1/+1
* | Fix docstrings in keystoneclientSteve Martinelli2014-05-021-1/+1
|/
* Add service name to catalogJamie Lennox2014-04-101-17/+49
* Start using positional decoratorJamie Lennox2014-03-251-0/+5
* Fix doc build errorsBrant Knudson2014-03-131-2/+2
* Fix typos in documents and commentsEric Guo2014-01-231-1/+1
* Properly handle Regions in keystoneclientJamie Lennox2013-12-041-18/+39
* Reorganize Service CatalogJamie Lennox2013-11-271-116/+133
* Merge "python3: Refactor dict for python2/python3 compat"Jenkins2013-10-161-1/+1
|\
| * python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-1/+1
* | Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
|/
* Add a get_data function to Service CatalogJamie Lennox2013-08-121-4/+20
* Fix and enable gating on H403Dirk Mueller2013-07-131-2/+4
* Implements v3 auth client.lin-hua-cheng2013-06-201-19/+192
* Fix line continuations (flake8 E125, E126)Dolph Mathews2013-06-031-2/+2
* Improve error message for missing endpointDoug Hellmann2013-02-221-1/+2
* Take region_name into account when calling url_forSam Morrison2013-01-241-1/+5
* Correct a misspelled in commentsWu Wenxiang2012-11-261-1/+1
* HACKING compliance: consistent usage of 'except'Dolph Mathews2012-11-051-1/+1
* Don't log an exception for an expected empty catalog.Gabriel Hurley2012-10-231-0/+3
* Useful error msg when missing catalog (bug 949904)Dolph Mathews2012-10-111-2/+13
* Support 2-way SSL with Keystone server if it is configured to enforceLiem Nguyen2012-07-031-1/+1
* pep8 1.1 changes and updatesJoe Heck2012-06-011-1/+1
* Make ec2-credentials-* commands work properly for non-admin userDean Troyer2012-03-061-2/+3
* Display token and service catalog for userBrian Waldon2012-02-161-2/+27
* Initial commit.Gabriel Hurley2011-10-251-0/+53