@@ -17,13 +17,10 @@ Create new volume
1717 [--type < volume-type> ]
1818 [--image < image> | --snapshot < snapshot> | --source < volume> ]
1919 [--description < description> ]
20- [--user < user> ]
21- [--project < project> ]
2220 [--availability-zone < availability-zone> ]
2321 [--consistency-group < consistency-group> ]
2422 [--property < key= value> [...] ]
2523 [--hint < key= value> [...] ]
26- [--multi-attach]
2724 [--bootable | --non-bootable]
2825 [--read-only | --read-write]
2926 < name>
@@ -58,14 +55,6 @@ Create new volume
5855
5956 Volume description
6057
61- .. option :: --user <user >
62-
63- Specify an alternate user (name or ID)
64-
65- .. option :: --project <project >
66-
67- Specify an alternate project (name or ID)
68-
6958.. option :: --availability-zone <availability-zone >
7059
7160 Create volume in ``<availability-zone> ``
@@ -83,10 +72,6 @@ Create new volume
8372 Arbitrary scheduler hint key-value pairs to help boot an instance
8473 (repeat option to set multiple hints)
8574
86- .. option :: --multi-attach
87-
88- Allow volume to be attached more than once (default to False)
89-
9075.. option :: --bootable
9176
9277 Mark volume as bootable
@@ -108,10 +93,6 @@ Create new volume
10893
10994 Volume name
11095
111- The :option: `--project ` and :option: `--user ` options are typically only
112- useful for admin users, but may be allowed for other users depending on
113- the policy of the cloud and the roles granted to the user.
114-
11596volume delete
11697-------------
11798
0 commit comments