summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/keypair.py
Commit message (Expand)AuthorAgeFilesLines
* 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