python-openstackclient/releasenotes/notes/server-set-state-214b12ec2161de4d.yaml
Rui Chen 1a7284f63a Support to set server state
When a server is unexpected state, OSC don't support reset
the server to active or error state, that's supported by
novaclient, and it's an important command for operators, the
patch implement this function.

Change-Id: I3e7800feb192832b0719ef9a353945beb6bfd509
Implements: blueprint server-reset-state
2016-05-28 18:55:50 +08:00

7 lines
242 B
YAML

---
features:
- |
Add ``--state`` option to ``server set`` command to set the server to
active or error state.
[Blueprint `server-reset-state <https://blueprints.launchpad.net/python-openstackclient/+spec/server-reset-state>`_]