379db31ea2
We'd like to use pre-commit as our 'pep8' target. Before we do that, we need to address some issues that have crept in over the time since pre-commit was first added. Change-Id: I3bb383a00a44007eaa241e037e38aea16bd517b2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
13 lines
586 B
YAML
13 lines
586 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>`_]
|