summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/compute-service.rst
Commit message (Collapse)AuthorAgeFilesLines
* Log hint when --enable present with --disable-reasonRui Chen2016-04-051-2/+3
| | | | | | | | | | --enable and --disable-reason should be mutually exclusive in "compute service set" command, but now when they are present at the same time, --disable-reason would be ignored silently. Fix these and add some hints about --disable-reason argument is ignored in this situation. Change-Id: I43254b6bc40fcae4fd0dc3457f26fad84c267072 Closes-Bug: #1556801
* Wrong param type in compute-service.rstSheel Rana2016-03-301-5/+5
| | | | | | | | | | | | | | compute-service.rst file uses 'describe' for below optional parameters 1. --long 2. --service <service> 3. --host <host> This patchset changes type of these argument to option. Change-Id: Ifd57bdf058efaeaa6cb43a7d4a60ee61ddb8de14 Closes-bug:#1563700
* Support "--long" option in ListServiceRui Chen2016-03-141-0/+5
| | | | | | | | Add "--long" option in ListService so that compute service disabled reason can be showed. Change-Id: I1ace8f1c4e4efe0a1a8f6710425d73eb5db9e5e1 Closes-Bug: #1556815
* Add --reason for disable servicejichenjc2016-03-091-3/+8
| | | | | | | disbale service allow a reason to be input as disable reason. This patch add support for it. Change-Id: I59622c3970e055ebd46bf03c33c864b6d064db28
* Docstring should say 'default' if option is defaultRushi Agrawal2015-12-311-1/+1
| | | | Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
* Add compute service deleteAlex Schultz2015-10-161-0/+73
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