compute service

compute service

Compute v2

compute service delete

Delete compute service(s)

openstack compute service delete
    <service> [<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.

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

List services on specified host (name only)

--service <service>

List only specified service (name only)

--long

List additional fields in output

compute service set

Set compute service properties

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

--down

Force down service

<host>

Name of host

<service>

Name of service (Binary name)

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.