diff options
| author | Sheel Rana <ranasheel2000@gmail.com> | 2016-03-30 08:37:22 +0530 |
|---|---|---|
| committer | Sheel Rana <ranasheel2000@gmail.com> | 2016-04-11 12:53:15 +0000 |
| commit | be2d2a1b8da02d6b8ab05240e4ab61b26f65e442 (patch) | |
| tree | 62915a903824ab2f6bbc27e5459bbf910011b257 /doc/source/command-objects | |
| parent | 9e7f0cf1a544e13d472f49b64d1c5320f6f8d08c (diff) | |
| download | python-openstackclient-be2d2a1b8da02d6b8ab05240e4ab61b26f65e442.tar.gz | |
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
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-type.rst | 13 |
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 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 <name>] [--description <description>] [--property <key=value> [...] ] + [--project <project>] + [--project-domain <project-domain>] <volume-type> .. option:: --name <name> @@ -102,6 +104,17 @@ Set volume type properties .. versionadded:: 2 +.. option:: --project <project> + + Set volume type access to 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. + .. option:: --property <key=value> Set a property on this volume type (repeat option to set multiple properties) |
