python-openstackclient/releasenotes/notes/bug-1535704-d6f013bfa22ab668.yaml
qtang 6a914d0056 Support mark volume as bootable in volume set
Add --bootable | --non-bootable option in volume set
to mark or unmark volume as bootable.

Change-Id: Ifa6c2dd1642202f55b6d50e3b8614d3513d488f6
Closes-Bug:#1535704
2016-09-14 16:35:49 +00:00

6 lines
210 B
YAML

---
fixes:
- |
Add ``--bootable`` and ``--non-bootable`` options to ``os volume set``
command to mark volume as bootable or non-bootable.
[Bug `1535704 <https://bugs.launchpad.net/bugs/1535704>`_]