summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/agent.py
Commit message (Expand)AuthorAgeFilesLines
* Replace six.iteritems() with .items()lihaijing2020-01-091-2/+1
* translate all command help strings3.4.0Steve Martinelli2016-11-171-4/+4
* Modify compute agent set commandsunyajing2016-07-111-8/+28
* Modify some unusual help messages in computev2Huanxuan Ao2016-06-271-3/+3
* Standardize logger usageTang Chen2016-06-201-4/+8
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* osc-lib: exceptionsDean Troyer2016-06-131-1/+1
* Support multiple argument for compute agent delete commandsunyajing2016-06-031-3/+19
* Fix i18n support for help and error messages in computeTang Chen2016-05-241-13/+26
* Make SetAgent inherit from cliff.CommandTang Chen2016-02-271-3/+2
* 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
* replace string format arguments with function parametersChristian Berendt2014-05-201-4/+4
* In anticipation of network agents, rename computeTerry Howe2014-02-271-4/+4
* Fix some help stringsAndreas Jaeger2014-02-211-1/+1
* Begin Python 3 compatabilityDean Troyer2013-07-291-3/+4
* Remove api = apiName calls from each methodSteve Martinelli2013-07-121-4/+0
* Removed unused imports.Josh Kearney2013-03-151-1/+0
* Remove underscore.Josh Kearney2013-02-251-1/+1
* Added compute agent support.Josh Kearney2013-02-201-0/+168