summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/compute-service.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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