eccd943acc
Aims to evacuate servers from compute host as soon as possible, operators might set the compute service force down manually. Novaclient support the behavior, this patch support it in OSC. Change-Id: I22ff1c5d670c449771fdcb3f4f39cd82f428531a Closes-Bug: #1589348
93 lines
1.4 KiB
ReStructuredText
93 lines
1.4 KiB
ReStructuredText
===============
|
|
compute service
|
|
===============
|
|
|
|
Compute v2
|
|
|
|
compute service delete
|
|
----------------------
|
|
|
|
Delete service command
|
|
|
|
.. program:: compute service delete
|
|
.. code:: bash
|
|
|
|
os compute service delete
|
|
<service>
|
|
|
|
.. _compute-service-delete:
|
|
.. describe:: <service>
|
|
|
|
Compute service to delete (ID only)
|
|
|
|
compute service list
|
|
--------------------
|
|
|
|
List service command
|
|
|
|
.. program:: compute service list
|
|
.. code:: bash
|
|
|
|
os compute service list
|
|
[--host <host>]
|
|
[--service <service>]
|
|
[--long]
|
|
|
|
.. _compute-service-list:
|
|
.. option:: --host <host>
|
|
|
|
List services on specified host (name only)
|
|
|
|
.. option:: --service <service>
|
|
|
|
List only specified service (name only)
|
|
|
|
.. option:: --long
|
|
|
|
List additional fields in output
|
|
|
|
|
|
compute service set
|
|
-------------------
|
|
|
|
Set service command
|
|
|
|
.. program:: compute service set
|
|
.. code:: bash
|
|
|
|
os compute service set
|
|
[--enable | --disable]
|
|
[--disable-reason <reason>]
|
|
[--up | --down]
|
|
<host> <service>
|
|
|
|
.. _compute-service-set:
|
|
.. option:: --enable
|
|
|
|
Enable service
|
|
|
|
.. option:: --disable
|
|
|
|
Disable service
|
|
|
|
.. option:: --disable-reason <reason>
|
|
|
|
Reason for disabling the service (in quotes). Should be used with --disable option.
|
|
|
|
.. option:: --up
|
|
|
|
Force up service
|
|
|
|
.. option:: --down
|
|
|
|
Force down service
|
|
|
|
.. describe:: <host>
|
|
|
|
Name of host
|
|
|
|
.. describe:: <service>
|
|
|
|
Name of service (Binary name)
|
|
|