summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/console.py
Commit message (Expand)AuthorAgeFilesLines
* Support to get server rdp/serial/mks type console urlRui Chen2016-07-211-0/+27
* fix one spelling mistake and two help messageszhengsenyan2016-07-071-1/+1
* Fix console url show command broken in microversion caseRui Chen2016-06-161-3/+9
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-2/+3
* Fix i18n support for help and error messages in computeTang Chen2016-05-241-7/+8
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-11/+2
* Trivial: Remove useless return from files in compute.Tang Chen2015-12-171-1/+0
* Fix the bug of "openstack console log show"xiexs2015-11-091-0/+2
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-2/+2
* Command object docs: aggregate, console *, keypairDean Troyer2014-11-191-2/+2
* Normalize more help stringsDean Troyer2014-07-241-4/+4
* replace string format arguments with function parametersChristian Berendt2014-05-201-2/+2
* Display all server log when --lines option is NoneYejia Xu2014-05-071-3/+7
* Begin Python 3 compatabilityDean Troyer2013-07-291-4/+3
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-2/+0
* Add console commandsDean Troyer2013-04-251-0/+123