summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-19 04:32:51 +0000
committerGerrit Code Review <review@openstack.org>2021-08-19 04:32:51 +0000
commit2dfaf623405eab8c192c9bbb9402bcbfb9d98fdc (patch)
tree84fb2ca18121f004fa5b008bfcc7e322b15b0996 /doc/source/cli/command-objects
parent12c93c6d5ff420f6a4a8833d33bad6ee7222e2f7 (diff)
parent46bd6ef91f297aa84fb761b0e7fd983668da56de (diff)
downloadpython-openstackclient-2dfaf623405eab8c192c9bbb9402bcbfb9d98fdc.tar.gz
Merge "Update volume create documentation"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/volume.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/source/cli/command-objects/volume.rst b/doc/source/cli/command-objects/volume.rst
index fc6188c0..ac414110 100644
--- a/doc/source/cli/command-objects/volume.rst
+++ b/doc/source/cli/command-objects/volume.rst
@@ -17,13 +17,10 @@ Create new volume
[--type <volume-type>]
[--image <image> | --snapshot <snapshot> | --source <volume> ]
[--description <description>]
- [--user <user>]
- [--project <project>]
[--availability-zone <availability-zone>]
[--consistency-group <consistency-group>]
[--property <key=value> [...] ]
[--hint <key=value> [...] ]
- [--multi-attach]
[--bootable | --non-bootable]
[--read-only | --read-write]
<name>
@@ -58,14 +55,6 @@ Create new volume
Volume description
-.. option:: --user <user>
-
- Specify an alternate user (name or ID)
-
-.. option:: --project <project>
-
- Specify an alternate project (name or ID)
-
.. option:: --availability-zone <availability-zone>
Create volume in ``<availability-zone>``
@@ -83,10 +72,6 @@ Create new volume
Arbitrary scheduler hint key-value pairs to help boot an instance
(repeat option to set multiple hints)
-.. option:: --multi-attach
-
- Allow volume to be attached more than once (default to False)
-
.. option:: --bootable
Mark volume as bootable
@@ -108,10 +93,6 @@ Create new volume
Volume name
-The :option:`--project` and :option:`--user` options are typically only
-useful for admin users, but may be allowed for other users depending on
-the policy of the cloud and the roles granted to the user.
-
volume delete
-------------