187be0ac22
This patch adds a new parameter ``--reason`` to ``openstack server lock`` command and ``--locked``, ``unlocked`` filtering parameters to ``openstack server list`` command. This can help users to provide a reason when locking the server and to filter instances based on their locked value from 2.73 microversion. Implements blueprint add-locked-reason Depends-On: https://review.opendev.org/#/c/661785/ Change-Id: Ib2714f98b24d47e570da8a6c231e765acd2ff595
13 lines
587 B
YAML
13 lines
587 B
YAML
---
|
||
features:
|
||
- Add ``--reason`` option to the ``server lock`` command to specify a reason
|
||
when locking a server.
|
||
Requires ``–os-compute-api-version`` 2.73 or greater.
|
||
- Add ``--locked`` option to the ``server list`` command to list only locked
|
||
servers.
|
||
Requires ``–os-compute-api-version`` 2.73 or greater.
|
||
- Add ``--unlocked`` option to the ``server list`` command list only unlocked
|
||
servers.
|
||
Requires ``–os-compute-api-version`` 2.73 or greater.
|
||
[Blueprint `add-locked-reason <https://blueprints.launchpad.net/nova/+spec/add-locked-reason>`_]
|
||
|