Merge "Mention compute service set --up|--down requires 2.11 or greater"
This commit is contained in:
commit
005a247b60
@ -74,11 +74,12 @@ Set compute service properties
|
|||||||
|
|
||||||
.. option:: --up
|
.. option:: --up
|
||||||
|
|
||||||
Force up service
|
Force up service. Requires ``--os-compute-api-version`` 2.11 or greater.
|
||||||
|
|
||||||
.. option:: --down
|
.. option:: --down
|
||||||
|
|
||||||
Force down service
|
Force down service. . Requires ``--os-compute-api-version`` 2.11 or
|
||||||
|
greater.
|
||||||
|
|
||||||
.. _compute_service_set-host:
|
.. _compute_service_set-host:
|
||||||
.. describe:: <host>
|
.. describe:: <host>
|
||||||
|
@ -152,12 +152,14 @@ class SetService(command.Command):
|
|||||||
up_down_group.add_argument(
|
up_down_group.add_argument(
|
||||||
'--up',
|
'--up',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=_('Force up service'),
|
help=_('Force up service. Requires ``--os-compute-api-version`` '
|
||||||
|
'2.11 or greater.'),
|
||||||
)
|
)
|
||||||
up_down_group.add_argument(
|
up_down_group.add_argument(
|
||||||
'--down',
|
'--down',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=_('Force down service'),
|
help=_('Force down service. Requires ``--os-compute-api-version`` '
|
||||||
|
'2.11 or greater.'),
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user