mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
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
7 lines
No EOL
308 B
YAML
7 lines
No EOL
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>`_ |