From 92950b6f5fcaae972ef51235223394b501844354 Mon Sep 17 00:00:00 2001 From: Sheel Rana Date: Sat, 16 Apr 2016 23:00:00 +0530 Subject: 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 --- doc/source/command-objects/volume-type.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/source/command-objects') 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 ] + [--project ] + [--project-domain ] .. option:: --property Property to remove from volume type (repeat option to remove multiple properties) +.. option:: --project + + Removes volume type access from project (name or ID) (admin only) + + *Volume version 2 only* + +.. option:: --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:: -- cgit v1.2.1