summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorSheel Rana <ranasheel2000@gmail.com>2016-04-16 23:00:00 +0530
committerSheel Rana <ranasheel2000@gmail.com>2016-04-16 23:01:19 +0530
commit92950b6f5fcaae972ef51235223394b501844354 (patch)
treec7b40ffa52f6d3fe833d8c15d4dcbd84ebd640aa /doc/source/command-objects
parente80048de09044adad3ad7bd8d323b025856bf94e (diff)
downloadpython-openstackclient-92950b6f5fcaae972ef51235223394b501844354.tar.gz
Add support for removing volume-type-access
OSC does not support to remove volume type access to project. This feature will provide support to remove volume type access from project. Closes-Bug:#1554890 Implements: bp cinder-command-support Change-Id: I029a4292da05f028e8937962cb845ec6e00b0279
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume-type.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst
index 64b1bd52..b7aea632 100644
--- a/doc/source/command-objects/volume-type.rst
+++ b/doc/source/command-objects/volume-type.rst
@@ -151,12 +151,25 @@ Unset volume type properties
os volume type unset
[--property <key>]
+ [--project <project>]
+ [--project-domain <project-domain>]
<volume-type>
.. option:: --property <key>
Property to remove from volume type (repeat option to remove multiple properties)
+.. option:: --project <project>
+
+ Removes volume type access from project (name or ID) (admin only)
+
+ *Volume version 2 only*
+
+.. option:: --project-domain <project-domain>
+
+ Domain the project belongs to (name or ID).
+ This can be used in case collisions between project names exist.
+
.. _volume_type_unset-volume-type:
.. describe:: <volume-type>