diff options
| author | Zuul <zuul@review.opendev.org> | 2019-09-25 04:01:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-09-25 04:01:51 +0000 |
| commit | 3fe5d27a4df00280d00cc9041b99911b3d576eef (patch) | |
| tree | 339b3b55577aa75a8f339fbfb061cb95354ffbe2 /doc/source/cli/command-objects/compute-service.rst | |
| parent | 1775342190bcaf9118f244623eda96170f9a2283 (diff) | |
| parent | 72922ae1a1b842b1a5058377f8033cbf09086b4c (diff) | |
| download | python-openstackclient-3.16.3.tar.gz | |
Diffstat (limited to 'doc/source/cli/command-objects/compute-service.rst')
| -rw-r--r-- | doc/source/cli/command-objects/compute-service.rst | 8 |
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 ba624ea0..0977a0e8 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 |
