summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/endpoint.py
Commit message (Expand)AuthorAgeFilesLines
* Support bulk deletion for delete commands in identityv3Huanxuan Ao2016-07-191-5/+26
* Make set/unset commands pass normally when nothing specified in identityv3Huanxuan Ao2016-07-141-8/+0
* Merge "Fix help msg of identity endpoint"Jenkins2016-06-161-4/+4
|\
| * Fix help msg of identity endpointsunyajing2016-06-161-4/+4
* | osc-lib: commandDean Troyer2016-06-131-1/+1
* | osc-lib: utilsDean Troyer2016-06-131-2/+3
|/
* Fix i18n support problems in identityTang Chen2016-06-071-20/+21
* Add newline to strings in stdout/stderr.write()Lu lei2016-06-061-1/+1
* Update v2 endpoint show helpDean Troyer2016-06-021-2/+3
* take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-291-4/+0
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-23/+4
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-5/+5
* Merge "Check if service.name available before access"Jenkins2015-01-151-3/+10
|\
| * Check if service.name available before accesszhiyuan_cai2015-01-041-3/+10
* | Add endpoint v3 docsDean Troyer2015-01-021-29/+42
|/
* Remove 'links' section from several v3 Identity objectsSteve Martinelli2014-10-111-0/+2
* add service/interface/region filter for endpoint v3wanghong2014-08-181-1/+27
* add tests for identity v3 endpointwanghong2014-08-141-5/+11
* v3 endpoint set shouldn't always need service optionwanghong2014-08-041-2/+6
* fix typo in identity/v3/endpoint.pywanghong2014-07-291-4/+4
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
* Merge "Make endpoint commands more consistent"Jenkins2014-04-231-8/+5
|\
| * Make endpoint commands more consistentTerry Howe2014-03-281-8/+5
* | Pass arguments to v3 keystoneclient by kwargJamie Lennox2014-04-041-10/+10
|/
* add interface and url to endpoint listDolph Mathews2014-03-071-14/+2
* Fix some help stringsAndreas Jaeger2014-02-211-1/+1
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-5/+0
* Add endpoint v3 functionalitySteve Martinelli2013-03-191-0/+247