blob: ab9ae81865541d64d0309fbed3c30abf6b9f73a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
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>`_]
|