summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-22 21:39:51 +0000
committerGerrit Code Review <review@openstack.org>2019-08-22 21:39:51 +0000
commit0001404d7dc8e00877ab2e35992e89a42908d71f (patch)
tree8b71b56d2c692a01830d7caa4ee5b061f2fe51d4 /doc
parenta15e4741fa1c02e3e87ce072cfee2b19f9279924 (diff)
parent1557afb554e908e097abd39081891ea78083e20e (diff)
downloadpython-openstackclient-0001404d7dc8e00877ab2e35992e89a42908d71f.tar.gz
Merge "Document 2.53 behavior for compute service list/delete"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/command-objects/compute-service.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/compute-service.rst b/doc/source/cli/command-objects/compute-service.rst
index 45e781e2..a76a9c26 100644
--- a/doc/source/cli/command-objects/compute-service.rst
+++ b/doc/source/cli/command-objects/compute-service.rst
@@ -18,13 +18,19 @@ Delete compute service(s)
.. _compute_service_delete-service:
.. describe:: <service>
- Compute service(s) to delete (ID only)
+ Compute service(s) to delete (ID only). If using
+ ``--os-compute-api-version`` 2.53 or greater, the ID is a UUID which can
+ be retrieved by listing compute services using the same 2.53+ microversion.
compute service list
--------------------
List compute services
+Using ``--os-compute-api-version`` 2.53 or greater will return the ID as a
+UUID value which can be used to uniquely identify the service in a multi-cell
+deployment.
+
.. program:: compute service list
.. code:: bash