summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-18 19:38:02 +0000
committerGerrit Code Review <review@openstack.org>2016-07-18 19:38:02 +0000
commit099c3bbd8268a39b83507d0b3b051f89b2051730 (patch)
tree7ae836850697852210f5e3755516275197ab8d80 /doc/source/command-objects
parentba0e1b6ef5a0087468358598a5e23963105f6c64 (diff)
parente310682235810759c17278365fcb76fac438f582 (diff)
downloadpython-openstackclient-099c3bbd8268a39b83507d0b3b051f89b2051730.tar.gz
Merge "Add "--project" option to "volume type create" command"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume-type.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst
index dfc169cd..e2a277b0 100644
--- a/doc/source/command-objects/volume-type.rst
+++ b/doc/source/command-objects/volume-type.rst
@@ -16,6 +16,8 @@ Create new volume type
[--description <description>]
[--public | --private]
[--property <key=value> [...] ]
+ [--project <project>]
+ [--project-domain <project-domain>]
<name>
.. option:: --description <description>
@@ -40,6 +42,20 @@ Create new volume type
Set a property on this volume type (repeat option to set multiple properties)
+.. option:: --project <project>
+
+ Allow <project> to access private type (name or ID)
+ (Must be used with :option:`--private` option)
+
+ *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 version 2 only*
+
.. _volume_type_create-name:
.. describe:: <name>