Update CLI reference for python-troveclient 1.4.0
Manually edited for white spaces.(one line removed) This manually edited problem is already reported as follows. https://bugs.launchpad.net/openstack-manuals/+bug/1495737 Change-Id: I0b6303acd012c1e661fdc2e0e28fe2cc5ca8c6f2
This commit is contained in:
parent
ef1e479a42
commit
885ad3e7e8
@ -15,7 +15,7 @@
|
|||||||
interface (CLI) for the Database API and its extensions.
|
interface (CLI) for the Database API and its extensions.
|
||||||
|
|
||||||
This chapter documents <command>trove</command> version
|
This chapter documents <command>trove</command> version
|
||||||
<literal>1.3.0</literal>.
|
<literal>1.4.0</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>For help on a specific <command>trove</command>
|
<para>For help on a specific <command>trove</command>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
[--database-service-name <database-service-name>]
|
[--database-service-name <database-service-name>]
|
||||||
[--endpoint-type <endpoint-type>]
|
[--endpoint-type <endpoint-type>]
|
||||||
[--os-database-api-version <database-api-ver>]
|
[--os-database-api-version <database-api-ver>]
|
||||||
[--retries <retries>] [--json] [--profile HMAC_KEY] [--insecure]
|
[--retries <retries>] [--json] [--insecure]
|
||||||
[--os-cacert <ca-certificate>] [--os-cert <certificate>]
|
[--os-cacert <ca-certificate>] [--os-cert <certificate>]
|
||||||
[--os-key <key>] [--timeout <seconds>]
|
[--os-key <key>] [--timeout <seconds>]
|
||||||
[--os-auth-url OS_AUTH_URL] [--os-domain-id OS_DOMAIN_ID]
|
[--os-auth-url OS_AUTH_URL] [--os-domain-id OS_DOMAIN_ID]
|
||||||
@ -713,22 +713,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term><command>--profile HMAC_KEY HMAC</command></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
key used to encrypt context data when
|
|
||||||
profiling the performance of an operation.
|
|
||||||
This key should be set to one of the HMAC
|
|
||||||
keys configured in Trove (they are found in
|
|
||||||
api-paste.ini, typically in /etc/trove).
|
|
||||||
Without the key, profiling will not be
|
|
||||||
triggered even if it is enabled on the
|
|
||||||
server side. Defaults to
|
|
||||||
<code>env[OS_PROFILE_HMACKEY]</code>.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><command>--insecure</command></term>
|
<term><command>--insecure</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -1118,7 +1102,7 @@ Shows details of a backup.
|
|||||||
<section xml:id="troveclient_subcommand_cluster-create">
|
<section xml:id="troveclient_subcommand_cluster-create">
|
||||||
<title>trove cluster-create</title>
|
<title>trove cluster-create</title>
|
||||||
<screen><computeroutput>usage: trove cluster-create <name> <datastore> <datastore_version>
|
<screen><computeroutput>usage: trove cluster-create <name> <datastore> <datastore_version>
|
||||||
[--instance <flavor=flavor_name_or_id,volume=volume>]</computeroutput></screen>
|
[--instance <opt=value,opt=value,...>]</computeroutput></screen>
|
||||||
<para>
|
<para>
|
||||||
Creates a new cluster.
|
Creates a new cluster.
|
||||||
</para> <variablelist wordsize="10">
|
</para> <variablelist wordsize="10">
|
||||||
@ -1135,7 +1119,7 @@ Creates a new cluster.
|
|||||||
<term><command><datastore></command></term>
|
<term><command><datastore></command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A datastore name or UUID.
|
A datastore name or ID.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1143,7 +1127,7 @@ Creates a new cluster.
|
|||||||
<term><command><datastore_version></command></term>
|
<term><command><datastore_version></command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A datastore version name or UUID.
|
A datastore version name or ID.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1151,11 +1135,17 @@ Creates a new cluster.
|
|||||||
<variablelist wordsize="10">
|
<variablelist wordsize="10">
|
||||||
<title>Optional arguments</title>
|
<title>Optional arguments</title>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><command>--instance <flavor=flavor_name_or_id,volume=volume></command></term>
|
<term><command>--instance <opt=value,opt=value,...></command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Create an instance for the cluster. Specify
|
Create an instance for the cluster. Specify
|
||||||
multiple times to create multiple instances.
|
multiple times to create multiple instances.
|
||||||
|
Valid options are: flavor=flavor_name_or_id,
|
||||||
|
volume=disk_size_in_GB, nic='net-id=net-
|
||||||
|
uuid,v4-fixed-ip=ip-addr,port-id=port-uuid'
|
||||||
|
(where net-id=network_id, v4-fixed-
|
||||||
|
ip=IPv4r_fixed_address, port-id=port_id),
|
||||||
|
availability_zone=AZ_hint_for_Nova.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user