summaryrefslogtreecommitdiff
path: root/keystoneclient/discover.py
Commit message (Expand)AuthorAgeFilesLines
* remove unicode from codezhangtongjian2022-04-191-7/+7
* Remove use of positional decoratorMorgan Fainberg2017-08-071-2/+0
* Merge "Replace six.iteritems() with .items()"Jenkins2017-06-131-2/+1
|\
| * Replace six.iteritems() with .items()M V P Nitesh2017-04-031-2/+1
* | Remove unused logzlyqqq2017-04-251-4/+0
|/
* Fix 12 warnings when building keystoneclient docsGage Hugo2017-02-091-1/+1
* Use AUTH_INTERFACE object from keystoneauthJamie Lennox2016-08-241-2/+2
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* use positional library instead of utilsSteve Martinelli2016-01-251-2/+2
* Address hacking check H405lin-hua-cheng2016-01-131-6/+7
* Pull the endpoint from the SessionMonty Taylor2015-11-081-2/+6
* Deprecate create Discover without sessionBrant Knudson2015-09-021-16/+30
* Proper deprecation for Session.construct()Brant Knudson2015-08-131-2/+2
* Proper deprecation for Dicover.raw_version_data unstable parameterBrant Knudson2015-07-261-2/+8
* Proper deprecation for Dicover.available_versions()Brant Knudson2015-07-261-2/+8
* Merge "Expose version matching functions to the public"Jenkins2014-12-111-0/+40
|\
| * Expose version matching functions to the publicJamie Lennox2014-12-101-0/+40
* | Correct documenting constructor parametersBrant Knudson2014-12-041-59/+53
|/
* Merge "Docstring cleanup for return type"Jenkins2014-12-021-2/+3
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-151-2/+3
* | Merge "Cleanup docs - raises class"Jenkins2014-11-181-2/+4
|\ \
| * | Cleanup docs - raises classBrant Knudson2014-10-181-2/+4
| |/
* | I18nBrant Knudson2014-10-281-6/+8
|/
* Versioned Endpoint hack for SessionsJamie Lennox2014-09-161-0/+31
* Allow unauthenticated discoveryJamie Lennox2014-08-211-2/+9
* Discovery URL querying functionsJamie Lennox2014-05-061-289/+92
* fixed typos found by RETF rulesChristian Berendt2014-05-031-2/+3
* Discover should support other servicesJamie Lennox2014-03-181-0/+7
* Remove vim headerEric Guo2014-02-081-2/+0
* Provide a conversion function for creating sessionJamie Lennox2014-02-031-19/+48
* Adjust import items according to hacking import ruleEric Guo2014-01-171-0/+2
* Bump hacking to 0.8Sergio Cazzolato2013-11-291-1/+1
* Discover supported APIsJamie Lennox2013-12-031-0/+421