From be2d2a1b8da02d6b8ab05240e4ab61b26f65e442 Mon Sep 17 00:00:00 2001 From: Sheel Rana Date: Wed, 30 Mar 2016 08:37:22 +0530 Subject: Add support for setting volume-type-access OSC does not support to set volume type access to project. This patch will provide support for adding volume type access to existing project. Closes-Bug:#1554889 Implements: bp cinder-command-support Change-Id: Ie36e202bdde7de36eb263a476eb66699d82f7565 --- 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 69944fb9..64b1bd52 100644 --- a/doc/source/command-objects/volume-type.rst +++ b/doc/source/command-objects/volume-type.rst @@ -88,6 +88,8 @@ Set volume type properties [--name ] [--description ] [--property [...] ] + [--project ] + [--project-domain ] .. option:: --name @@ -102,6 +104,17 @@ Set volume type properties .. versionadded:: 2 +.. option:: --project + + Set volume type access to 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. + .. option:: --property Set a property on this volume type (repeat option to set multiple properties) -- cgit v1.2.1