Matt Riedemann 1557afb554 Document 2.53 behavior for compute service list/delete
With compute API microversion 2.53, nova-compute services
can only be deleted with the ID as a UUID to uniquely identify
the service in a multi-cell deployment. This documents that for
the "compute service delete <service>" argument. The description
of the "compute service list" command is also updated to mention
that the ID can be retrieved as a UUID using 2.53 or greater.

Change-Id: If7d4a27c0aaef588bcd77dd9edddec1e535fbf31
Story: 2005349
Task: 30302
2019-08-20 15:38:59 +00:00

2.0 KiB

compute service

Compute v2

compute service delete

Delete compute service(s)

compute service delete

openstack compute service delete
    <service> [<service> ...]




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.

compute service list

openstack compute service list
    [--host <host>]
    [--service <service>]
    [--long]

--host <host>

List services on specified host (name only)

--service <service>

List only specified service binaries (name only). For example, nova-compute, nova-conductor, etc.

--long

List additional fields in output

compute service set

Set compute service properties

compute service set

openstack compute service set
    [--enable | --disable]
    [--disable-reason <reason>]
    [--up | --down]
    <host> <service>

--enable

Enable service

--disable

Disable service

--disable-reason <reason>

Reason for disabling the service (in quotes). Should be used with --disable option.

--up

Force up service. Requires --os-compute-api-version 2.11 or greater.

--down

Force down service. . Requires --os-compute-api-version 2.11 or greater.

Name of host

<service>

Name of service (Binary name), for example nova-compute