python-openstackclient/releasenotes/notes/bug-1745699-afa7318b9dc96696.yaml
David Rabel e776a4f026 Add --attached / --detached parameter to volume set
As to reflect cinder reset-state --attach-status functionality,
this patch adds --attached / --detached parameter to OSC's volume set
command.

Change-Id: Ic8ee928c9ab0e579512cfb7608f63bfcc2993c7b
Closes-Bug: #1745699
2019-02-28 15:48:34 +00:00

7 lines
308 B
YAML

---
features:
- |
Add ``--attached`` and ``--detached`` options to ``volume set`` command to set the
volume status in the database. This is the functional equivalent to
``cinder reset-state --attach-status``.
[`bug 1745699 <https://bugs.launchpad.net/python-openstackclient/+bug/1745699>`_