summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/console.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.computeStephen Finucane2023-05-101-15/+19
* Switch console url show operations to SDKArtem Goncharov2020-10-241-16/+19
* Switch openstack console log show operation to use OpenStackSDKArtem Goncharov2020-10-061-10/+9
* Replace six.iteritems() with .items()lihaijing2020-01-091-2/+1
* Fix crashing "console log show"Thomas Goirand2018-03-161-3/+4
* Use public and unified method get_console_url()huangtianhua2017-02-141-12/+1
* translate all command help strings3.4.0Steve Martinelli2016-11-171-2/+2
* 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