summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/compute-agent.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Modify compute agent set command"Jenkins2016-07-141-9/+12
|\
| * Modify compute agent set commandsunyajing2016-07-111-9/+12
| | | | | | | | | | | | | | | | | | | | Migrate ``compute agent set`` arguments: version, url, md5hash to be optional. BackwardsIncompatibleImpact Change-Id: I092b7ed24274bafa548f0537c4586504be3a2825 Co-Authored-By: Huanxuan Ao <huanxuan.ao@easystack.cn>
* | Fix doc issue for "compute agent list" commandHuanxuan Ao2016-06-301-3/+2
|/ | | | | | | "--hypervisor" is a optional argument but in the doc it was wrong format, this patch modify it. Change-Id: I527feff73eca5834b2fee4efb2462562581210ed
* Modify some unusual help messages in computev2Huanxuan Ao2016-06-271-2/+2
| | | | | | | | | | | | Some command help messages are unusual, for example: common help message for a list command: "list objects" unusual help message: "list obejcets command" I think we should keep help message consistent, so I modify the unusual help messages in computev2. Change-Id: Ic5f11eba1a4397949e85d91cc067519752e89bff
* Support multiple argument for compute agent delete commandsunyajing2016-06-031-3/+3
| | | | | Change-Id: I3b19e4914d475b86d7e8aa8d76e62a2ac811272f Partially-Implements: blueprint multi-argument-compute
* Add compute service deleteAlex Schultz2015-10-161-0/+100
This change adds 'compute service delete <service>' to the openstack client. This is the equivalent of 'nova service-delete <id>' Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367 Closes-Bug: #1503510