summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/keypair.py
Commit message (Expand)AuthorAgeFilesLines
* translate all command help strings3.4.0Steve Martinelli2016-11-171-4/+4
* Adds information about private key generation for instance accessAnne Gentle2016-10-251-11/+12
* Add missing '(name only)' message for keypair in computev2Huanxuan Ao2016-07-041-1/+1
* Support bulk deletion for delete commands in computev2Huanxuan Ao2016-06-271-3/+24
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-2/+3
* fix keypair help msgsunyajing2016-06-061-2/+2
* Fix i18n support for help and error messages in computeTang Chen2016-05-241-8/+11
* Fix keypair create --public-keyDean Troyer2016-03-181-2/+1
* [compute] Add unit test for keypairjichenjc2016-02-231-1/+3
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-20/+4
* Trivial: Remove useless return from files in compute.Tang Chen2015-12-171-1/+0
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-3/+3
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-3/+3
* Command object docs: aggregate, console *, keypairDean Troyer2014-11-191-10/+10
* Merge "Create message variables for exceptions"Jenkins2014-08-241-2/+3
|\
| * Create message variables for exceptionsSteve Martinelli2014-08-241-2/+3
* | Normalize more help stringsDean Troyer2014-07-241-4/+4
|/
* replace string format arguments with function parametersChristian Berendt2014-05-201-4/+4
* Fix 'keypair show' command outputDean Troyer2014-03-071-1/+1
* Begin Python 3 compatabilityDean Troyer2013-07-291-2/+3
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-4/+0
* Add compute keypair commandsDean Troyer2013-04-121-0/+160