Update CLI reference for python-cinderclient 1.2.2
Change-Id: I53a419344bc16f67170e63818a3cf49911b628d6
This commit is contained in:
@@ -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.1</literal>.
|
||||
<literal>1.2.2</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>cinder</command>
|
||||
@@ -29,6 +29,7 @@
|
||||
[--service-type <service-type>] [--service-name <service-name>]
|
||||
[--volume-service-name <volume-service-name>]
|
||||
[--endpoint-type <endpoint-type>]
|
||||
[--os-endpoint-type <os-endpoint-type>]
|
||||
[--os-volume-api-version <volume-api-ver>]
|
||||
[--bypass-url <bypass-url>] [--retries <retries>]
|
||||
[--os-auth-strategy <auth-strategy>]
|
||||
@@ -668,10 +669,19 @@
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--endpoint-type <endpoint-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>DEPRECATED!</emphasis> Use --os-endpoint-type.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--os-endpoint-type <os-endpoint-type></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Endpoint type, which is publicURL or internalURL.
|
||||
Default=nova <code>env[CINDER_ENDPOINT_TYPE]</code> or publicURL.
|
||||
Default=<code>env[OS_ENDPOINT_TYPE]</code> or nova
|
||||
<code>env[CINDER_ENDPOINT_TYPE]</code> or publicURL.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user