summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/endpoint.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Handle log message interpolation by the logger in identity/Gábor Antal2017-02-131-2/+2
* translate all command help strings3.4.0Steve Martinelli2016-11-171-4/+4
* Support multi-delete for commands in identity V2sunyajing2016-06-231-4/+26
* Merge "Fix help msg of identity endpoint"Jenkins2016-06-161-2/+2
|\
| * Fix help msg of identity endpointsunyajing2016-06-161-2/+2
* | osc-lib: commandDean Troyer2016-06-131-1/+1
* | osc-lib: utilsDean Troyer2016-06-131-1/+1
|/
* Fix i18n support problems in identityTang Chen2016-06-071-1/+2
* Merge "fix endpoint show help"Jenkins2016-05-261-2/+3
|\
| * fix endpoint show helpsunyajing2016-05-261-2/+3
* | remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
|/
* Trivial: Remove useless returnTang Chen2016-03-071-1/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-20/+4
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-4/+4
* Add endpoint v3 docsDean Troyer2015-01-021-20/+27
* Begin copying wiki command list hereDean Troyer2014-11-191-1/+1
* Mark identity v2 resources for translationSteve Martinelli2014-10-091-8/+9
* replace string format arguments with function parametersChristian Berendt2014-05-201-4/+4
* Make endpoint commands more consistentTerry Howe2014-03-281-73/+24
* Fix some help stringsAndreas Jaeger2014-02-211-1/+1
* Begin Python 3 compatabilityDean Troyer2013-07-291-4/+5
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-4/+0
* Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc.Josh Kearney2013-01-311-15/+11
* Standardize on a copyright header and ensure all files have them.Josh Kearney2013-01-241-12/+10
* Remove incorrect 'raise'.Josh Kearney2013-01-221-2/+0
* Refactor cliff.Command.run()Dean Troyer2012-06-201-13/+13
* Fix pep8 issues.Clark Boylan2012-06-131-1/+1
* Add endpoint CRUD commandsDean Troyer2012-05-181-0/+226