diff --git a/doc/cli-reference/generated/ch_cli_cinder_commands.xml b/doc/cli-reference/generated/ch_cli_cinder_commands.xml
index 84292f90d1..c6e3b6494c 100644
--- a/doc/cli-reference/generated/ch_cli_cinder_commands.xml
+++ b/doc/cli-reference/generated/ch_cli_cinder_commands.xml
@@ -15,7 +15,7 @@
interface (CLI) for the OpenStack Block Storage API and its extensions.
This chapter documents cinder version
- 1.2.2.
+ 1.3.1.
For help on a specific cinder
@@ -3130,7 +3130,7 @@ Updates a consistencygroup.
[--volume-type <volume-type>]
[--availability-zone <availability-zone>]
[--metadata [<key=value> [<key=value> ...]]]
- [--hint <key=value>]
+ [--hint <key=value>] [--allow-multiattach]
[<size>]
Creates a volume.
@@ -3247,6 +3247,15 @@ Creates a volume.
+
+ --allow-multiattach
+
+
+ Allow volume to be attached more than once.
+ Default=False
+
+
+
@@ -3372,6 +3381,69 @@ Shows encryption type details for a volume type. Admin only.
+
+
+
+ cinder encryption-type-update (v2)
+ usage: cinder --os-volume-api-version 2 encryption-type-update [--provider <provider>]
+ [--cipher [<cipher>]]
+ [--key-size [<key-size>]]
+ [--control-location <control-location>]
+ <volume-type>
+
+Update encryption type information for a volume type (Admin Only).
+
+ Positional arguments
+
+ <volume-type>
+
+
+ Name or ID of the volume type
+
+
+
+
+
+ Optional arguments
+
+ --provider <provider>
+
+
+ Class providing encryption support (e.g.
+ LuksEncryptor) (Optional)
+
+
+
+
+ --cipher [<cipher>]
+
+
+ Encryption algorithm/mode to use (e.g., aes-xts-
+ plain64). Provide parameter without value to set to
+ provider default. (Optional)
+
+
+
+
+ --key-size [<key-size>]
+
+
+ Size of the encryption key, in bits (e.g., 128, 256).
+ Provide parameter without value to set to provider
+ default. (Optional)
+
+
+
+
+ --control-location <control-location>
+
+
+ Notional service where encryption is performed (e.g.,
+ front-end=Nova). Values: 'front-end', 'back-end'
+ (Optional)
+
+
+
@@ -3963,13 +4035,13 @@ Lists quotas for a quota class.
[--snapshots <snapshots>]
[--gigabytes <gigabytes>]
[--volume-type <volume_type_name>]
- <class-name>
+ <class_name>
Updates quotas for a quota class.
Positional arguments
- <class-name>
+ <class_name>
Name of quota class for which to set quotas.
@@ -4071,6 +4143,7 @@ Lists quotas for a tenant.
[--backup-gigabytes <backup_gigabytes>]
[--consistencygroups <consistencygroups>]
[--volume-type <volume_type_name>]
+ [--per-volume-gigabytes <per_volume_gigabytes>]
<tenant_id>
Updates quotas for a tenant.
@@ -4143,6 +4216,14 @@ Updates quotas for a tenant.
+
+ --per-volume-gigabytes <per_volume_gigabytes>
+
+
+ Set max volume size limit. Default=None.
+
+
+
@@ -5025,20 +5106,10 @@ Sets or unsets extra_spec for a volume type.
cinder type-list (v2)
- usage: cinder --os-volume-api-version 2 type-list [--all]
+ usage: cinder --os-volume-api-version 2 type-list
-Lists available 'volume types'.
-
- Optional arguments
-
- --all
-
-
- Display all volume types (Admin only).
-
-
-
-
+Lists available 'volume types'. (Admin only will see private types)
+