python-openstackclient/releasenotes/notes/bp-add-locked-reason-425efd2def1144f1.yaml
Surya Seetharaman 187be0ac22 Microversion 2.73: Support adding the reason behind a server lock
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
2019-06-21 11:35:51 -05:00

13 lines
587 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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>`_]