Update CLI reference for python-cinderclient 1.3.1
Change-Id: I4f5907490b8cb1e7a88f52247ea7c9e06c15a411
This commit is contained in:
parent
03b3f8e806
commit
30a8374405
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the OpenStack Block Storage API and its extensions.
|
||||
|
||||
This chapter documents <command>cinder</command> version
|
||||
<literal>1.2.2</literal>.
|
||||
<literal>1.3.1</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>cinder</command>
|
||||
@ -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>]</computeroutput></screen>
|
||||
<para>
|
||||
Creates a volume.
|
||||
@ -3247,6 +3247,15 @@ Creates a volume.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--allow-multiattach</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allow volume to be attached more than once.
|
||||
Default=False
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="cinderclient_subcommand_credentials_v2">
|
||||
@ -3372,6 +3381,69 @@ Shows encryption type details for a volume type. Admin only.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="cinderclient_subcommand_encryption-type-update_v2">
|
||||
<title>cinder encryption-type-update (v2)</title>
|
||||
<screen><computeroutput>usage: cinder --os-volume-api-version 2 encryption-type-update [--provider <provider>]
|
||||
[--cipher [<cipher>]]
|
||||
[--key-size [<key-size>]]
|
||||
[--control-location <control-location>]
|
||||
<volume-type></computeroutput></screen>
|
||||
<para>
|
||||
Update encryption type information for a volume type (Admin Only).
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><volume-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the volume type
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--provider <provider></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Class providing encryption support (e.g.
|
||||
LuksEncryptor) (Optional)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--cipher [<cipher>]</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Encryption algorithm/mode to use (e.g., aes-xts-
|
||||
plain64). Provide parameter without value to set to
|
||||
provider default. (Optional)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--key-size [<key-size>]</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Size of the encryption key, in bits (e.g., 128, 256).
|
||||
Provide parameter without value to set to provider
|
||||
default. (Optional)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--control-location <control-location></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Notional service where encryption is performed (e.g.,
|
||||
front-end=Nova). Values: 'front-end', 'back-end'
|
||||
(Optional)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="cinderclient_subcommand_endpoints_v2">
|
||||
@ -3963,13 +4035,13 @@ Lists quotas for a quota class.
|
||||
[--snapshots <snapshots>]
|
||||
[--gigabytes <gigabytes>]
|
||||
[--volume-type <volume_type_name>]
|
||||
<class-name></computeroutput></screen>
|
||||
<class_name></computeroutput></screen>
|
||||
<para>
|
||||
Updates quotas for a quota class.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><class-name></command></term>
|
||||
<term><command><class_name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
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></computeroutput></screen>
|
||||
<para>
|
||||
Updates quotas for a tenant.
|
||||
@ -4143,6 +4216,14 @@ Updates quotas for a tenant.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--per-volume-gigabytes <per_volume_gigabytes></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set max volume size limit. Default=None.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="cinderclient_subcommand_quota-usage_v2">
|
||||
@ -5025,20 +5106,10 @@ Sets or unsets extra_spec for a volume type.
|
||||
</section>
|
||||
<section xml:id="cinderclient_subcommand_type-list_v2">
|
||||
<title>cinder type-list (v2)</title>
|
||||
<screen><computeroutput>usage: cinder --os-volume-api-version 2 type-list [--all]</computeroutput></screen>
|
||||
<screen><computeroutput>usage: cinder --os-volume-api-version 2 type-list</computeroutput></screen>
|
||||
<para>
|
||||
Lists available 'volume types'.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--all</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Display all volume types (Admin only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
Lists available 'volume types'. (Admin only will see private types)
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="cinderclient_subcommand_type-update_v2">
|
||||
<title>cinder type-update (v2)</title>
|
||||
|
Loading…
Reference in New Issue
Block a user