python-cinderclient/releasenotes/notes/add-generic-reset-state-command-d83v1f3accbf5807.yaml
TommyLike af921bb6b4 Cinder client reset-state improvements
Now we can use 'cinder reset-state' command for 'volume',
'snapshot', 'backup', 'group' and 'group-snapshot'.
Also change volume's default status from 'available' to
'None' when not any status is specified.

Co-Authored-By: Eric Harney <eharney@redhat.com>

Change-Id: I0aefeaf5ece74f1f2bc4b72d5705c8c088921e20
Partial-implements: blueprint client-reset-state-improvements
2017-05-19 22:52:24 +00:00

8 lines
263 B
YAML

---
features:
- Use 'cinder reset-state' as generic resource reset
state command for resource 'volume', 'snapshot', 'backup'
'group' and 'group-snapshot'. Also change volume's
default status from 'available' to none when no
status is specified.