python-openstackclient/releasenotes/notes/bug-1554889-32ba8d4bfb0f5f3d.yaml
Dean Troyer baf96411fe Clean up for next release
* Release notes
* Docs Table of Contents

Change-Id: I4bef26ed348923671a2b50f90606661d519b40e3
2016-04-18 14:19:27 -05:00

13 lines
548 B
YAML

---
features:
- |
Add ``--project`` and ``--project-domain`` options to ``volume type set``
and ``volume type unset`` commands
Use the ``--project`` option to restrict a volume type to a specific project.
Volume types are public by default, restricted volume types should be made
private with the ``--private`` option to the ``volume create`` command.
[Bug `1554889 <https://bugs.launchpad.net/python-openstackclient/+bug/1554889>`_]
[Bug `1554890 <https://bugs.launchpad.net/python-openstackclient/+bug/1554890>`_]