python-openstackclient/releasenotes/notes/bug-1535239-767e6cf1990eda01.yaml
Xi Yang 189e4774f8 Add support of setting snapshot state
This patch is going to add the functionality of
setting snapshot state which OSC currently lacks.

Closes-Bug:#1535239
Change-Id: I2afd6567416e75ba0c70b73351cf1eb5394b3373
2016-03-09 00:13:55 +08:00

7 lines
188 B
YAML

---
fixes:
- |
Support a new ``--state`` option for ``snapshot set`` command that
changes the state of a snapshot.
[Bug `1535239 <https://bugs.launchpad.net/bugs/1535239>`_]