a1ac69c69a
This patch adds a new parameter ``--reason`` to ``nova lock`` command and ``--locked`` filtering/sorting parameter to ``nova list`` command. This can help users to provide a reason when locking the server and to filter/sort instances based on their locked or value from 2.73 microversion. Implements blueprint add-locked-reason Depends-On: https://review.opendev.org/#/c/648662/ Change-Id: I438e6db2dd5000ba388d0a0f1c8ab74b96b47a71
7 lines
308 B
YAML
7 lines
308 B
YAML
---
|
|
features:
|
|
- Added a ``--reason`` option to ``nova lock`` command that enables users
|
|
to specify a reason when locking a server and a ``locked``
|
|
filtering/sorting option to ``nova list`` command which enables users to
|
|
filter/sort servers based on their ``locked`` value in microversion 2.73.
|