Update CLI reference for python-manilaclient 1.5.0
Change-Id: I574f8510e3a9b7517121100671df1649a3a0e2c5
This commit is contained in:
parent
ab9f724079
commit
4ce6c85cee
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Shared file systems API and its extensions.
|
||||
|
||||
This chapter documents <command>manila</command> version
|
||||
<literal>1.4.0</literal>.
|
||||
<literal>1.5.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>manila</command>
|
||||
@ -26,15 +26,23 @@
|
||||
<section xml:id="manilaclient_command_usage">
|
||||
<title>manila usage</title>
|
||||
<screen><computeroutput>usage: manila [--version] [-d] [--os-cache] [--os-reset-cache]
|
||||
[--os-username <auth-user-name>] [--os-password <auth-password>]
|
||||
[--os-user-id <auth-user-id>] [--os-username <auth-user-name>]
|
||||
[--os-password <auth-password>]
|
||||
[--os-tenant-name <auth-tenant-name>]
|
||||
[--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
|
||||
[--os-region-name <region-name>] [--service-type <service-type>]
|
||||
[--service-name <service-name>]
|
||||
[--os-project-name <auth-project-name>]
|
||||
[--os-tenant-id <auth-tenant-id>]
|
||||
[--os-project-id <auth-project-id>]
|
||||
[--os-user-domain-id <auth-user-domain-id>]
|
||||
[--os-user-domain-name <auth-user-domain-name>]
|
||||
[--os-project-domain-id <auth-project-domain-id>]
|
||||
[--os-project-domain-name <auth-project-domain-name>]
|
||||
[--os-auth-url <auth-url>] [--os-region-name <region-name>]
|
||||
[--service-type <service-type>] [--service-name <service-name>]
|
||||
[--share-service-name <share-service-name>]
|
||||
[--endpoint-type <endpoint-type>]
|
||||
[--os-share-api-version <share-api-ver>]
|
||||
[--os-cacert <ca-certificate>] [--retries <retries>]
|
||||
[--os-cert <certificate>]
|
||||
<subcommand> ...</computeroutput></screen>
|
||||
<variablelist wordsize="10">
|
||||
<title>Subcommands</title>
|
||||
@ -749,6 +757,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-user-id <auth-user-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to env [OS_USER_ID].
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-username <auth-user-name></command></term>
|
||||
<listitem>
|
||||
@ -773,6 +789,16 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-name <auth-project-name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Another way to specify tenant name. This option is
|
||||
mutually exclusive with --os-tenant-name. Defaults to
|
||||
<code>env[OS_PROJECT_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-tenant-id <auth-tenant-id></command></term>
|
||||
<listitem>
|
||||
@ -781,6 +807,50 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-id <auth-project-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Another way to specify tenant ID. This option is
|
||||
mutually exclusive with --os-tenant-id. Defaults to
|
||||
<code>env[OS_PROJECT_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-user-domain-id <auth-user-domain-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
OpenStack user domain ID. Defaults to
|
||||
<code>env[OS_USER_DOMAIN_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-user-domain-name <auth-user-domain-name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
OpenStack user domain name. Defaults to
|
||||
<code>env[OS_USER_DOMAIN_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-domain-id <auth-project-domain-id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_PROJECT_DOMAIN_ID]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-project-domain-name <auth-project-domain-name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_PROJECT_DOMAIN_NAME]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-auth-url <auth-url></command></term>
|
||||
<listitem>
|
||||
@ -856,6 +926,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-cert <certificate></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <code>env[OS_CERT]</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_absolute-limits">
|
||||
@ -1807,8 +1885,8 @@ Manage share not handled by Manila.
|
||||
<listitem>
|
||||
<para>
|
||||
Share export path, NFS share such as:
|
||||
10.0.0.1:/foo_path, CIFS share such as: \10.0.0.1
|
||||
oo_name_of_cifs_share
|
||||
10.0.0.1:/foo_path, CIFS share such as:
|
||||
\\10.0.0.1\foo_name_of_cifs_share
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -2071,7 +2149,7 @@ Update the quotas for a quota class.
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--share-networks <share-networks></command></term>
|
||||
<term><command>--share-networks <share-networks>, --share_networks <share-networks></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
New value for the "share_networks" quota.
|
||||
|
Loading…
Reference in New Issue
Block a user