summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/ec2creds.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
* Modify some help and error messages in ec2creds identityv2Huanxuan Ao2016-07-121-2/+2
* Support multi-delete for commands in identity V2sunyajing2016-06-231-3/+24
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* 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
* Clean up ec2 credentials help textDean Troyer2015-06-031-7/+11
* Command docs: ec2 credentialsDean Troyer2015-01-021-6/+8
* Followup for ec2 credentials command fixDean Troyer2014-12-051-0/+12
* Fix ec2 credentials commands for new authDean Troyer2014-12-051-5/+5
* Mark identity v2 resources for translationSteve Martinelli2014-10-091-7/+8
* replace string format arguments with function parametersChristian Berendt2014-05-201-4/+4
* Correct display of project/tenant id on display of credentialsChris Johnson2014-03-211-2/+4
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+5
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-4/+0
* Add EC2 credentials CRUDDean Troyer2013-07-031-0/+185