summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/hypervisor.py
Commit message (Collapse)AuthorAgeFilesLines
* Add 'uptime' in 'hypervisor show'lin-hua-cheng2015-03-061-0/+13
| | | | | | | | | | Fetch the 'uptime' by making a call to hypervisor-uptime. Update the help for 'hypervisor show' to mention that it supports by Name or Id. Change-Id: I31060d203e87749cfc05810c2d9db42f2416051d Partial-Bug: #1423748
* Add hypervisor docslin-hua-cheng2015-03-051-7/+7
| | | | Change-Id: I444734925316e876afcbfdeffafea9973a837022
* Normalize more help stringsDean Troyer2014-07-241-5/+5
| | | | Change-Id: I2b21bc904e35c1cc50da369d148e607fe3e8cf90
* replace string format arguments with function parametersChristian Berendt2014-05-201-2/+2
| | | | | | | | There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: Ic749ac9eb55564ed631d57055a5a4dfc3aebd169
* Begin Python 3 compatabilityDean Troyer2013-07-291-1/+2
| | | | | | | | | | | * use six.iteritems() * replace basestring with six.string_types * convert print statements to functions (they're all debugging and should be removed eventually anyway) * clean up OpenStack copyright: LLC -> Foundation Change-Id: Icb14212bcb408e63816bfec3922a697bc1a6c946
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-2/+0
| | | | | | | | | | | As discussed in https://review.openstack.org/#/c/36352/ for each command, we were setting api = identity or volume... etc, this was for an old way of calling commands that are is no longer used. Also removed openstackclient/common/command.py Change-Id: I2705f35d343f2ae729dc22d6aed0b852b2f8ca19
* Added compute hypervisor support.Josh Kearney2013-03-111-0/+84
Change-Id: Ib8109550b06d152773394a1d15f6202b9f9b029c