summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/hypervisor.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-2/+1
* Bump hacking versionStephen Finucane2019-08-271-1/+1
* translate all command help strings3.4.0Steve Martinelli2016-11-171-2/+2
* Add --long option and more columns to the hypervisor list commandYan Xing'an2016-10-271-1/+11
* Display hypervisor information without uptimeHironori Shiina2016-09-111-12/+17
* Fix regular expression for uptime in hypervisor showHironori Shiina2016-09-111-2/+3
* Fix foundation copyrightsDean Troyer2016-06-141-1/+1
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+2
* Fix i18n support for help and error messages in computeTang Chen2016-05-241-2/+4
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-12/+3
* Show which aggregate a hypervisor is member ofDavid Moreau Simard2015-07-021-0/+23
* Add 'uptime' in 'hypervisor show'lin-hua-cheng2015-03-061-0/+13
* Add hypervisor docslin-hua-cheng2015-03-051-7/+7
* Normalize more help stringsDean Troyer2014-07-241-5/+5
* replace string format arguments with function parametersChristian Berendt2014-05-201-2/+2
* Begin Python 3 compatabilityDean Troyer2013-07-291-1/+2
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-2/+0
* Added compute hypervisor support.Josh Kearney2013-03-111-0/+84