Merge "Update for trove 1.0.7"
This commit is contained in:
@@ -10,10 +10,14 @@
|
||||
<?dbhtml stop-chunking?>
|
||||
|
||||
<title>Database Service command-line client</title>
|
||||
<para>The <command>trove</command> client is the command-line interface
|
||||
(CLI) for the Database API and its extensions. This chapter documents
|
||||
<command>trove</command> version 1.0.6.
|
||||
|
||||
<para>The <command>trove</command> client is the command-line
|
||||
interface (CLI) for the Database API and its extensions.
|
||||
|
||||
This chapter documents <command>trove</command> version
|
||||
1.0.7.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>trove</command>
|
||||
command, enter:
|
||||
</para>
|
||||
@@ -82,6 +86,46 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cluster-create</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Creates a new cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cluster-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Deletes a cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cluster-instances</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Lists all instances of a cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cluster-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Lists all the clusters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cluster-show</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Shows details of a cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>configuration-attach</command></term>
|
||||
<listitem>
|
||||
@@ -862,6 +906,130 @@ Shows details of a backup.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_cluster-create">
|
||||
<title>trove cluster-create command</title>
|
||||
<screen><computeroutput>usage: trove cluster-create <name> <datastore> <datastore_version>
|
||||
[--instance <flavor_id=flavor_id,volume=volume>]</computeroutput></screen>
|
||||
<para>
|
||||
Creates a new cluster.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><datastore></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A datastore name or UUID.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command><datastore_version></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A datastore version name or UUID.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--instance <flavor_id=flavor_id,volume=volume></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Create an instance for the cluster. Specify
|
||||
multiple times to create multiple instances.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_cluster-delete">
|
||||
<title>trove cluster-delete command</title>
|
||||
<screen><computeroutput>usage: trove cluster-delete <cluster></computeroutput></screen>
|
||||
<para>
|
||||
Deletes a cluster.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cluster></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
ID of the cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_cluster-instances">
|
||||
<title>trove cluster-instances command</title>
|
||||
<screen><computeroutput>usage: trove cluster-instances <cluster></computeroutput></screen>
|
||||
<para>
|
||||
Lists all instances of a cluster.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cluster></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
ID or name of the cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_cluster-list">
|
||||
<title>trove cluster-list command</title>
|
||||
<screen><computeroutput>usage: trove cluster-list [--limit <limit>] [--marker <ID>]</computeroutput></screen>
|
||||
<para>
|
||||
Lists all the clusters.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--limit <limit></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Limit the number of results displayed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--marker <ID></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Begin displaying the results for IDs greater than the
|
||||
specified marker. When used with --limit, set this to the
|
||||
last ID displayed in the previous run.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_cluster-show">
|
||||
<title>trove cluster-show command</title>
|
||||
<screen><computeroutput>usage: trove cluster-show <cluster></computeroutput></screen>
|
||||
<para>
|
||||
Shows details of a cluster.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cluster></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
ID or name of the cluster.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_configuration-attach">
|
||||
@@ -1193,7 +1361,8 @@ Updates a configuration group.
|
||||
[--datastore <datastore>]
|
||||
[--datastore_version <datastore_version>]
|
||||
[--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,port-id=port-uuid>]
|
||||
[--configuration <configuration>] [--slave_of <master_id>]</computeroutput></screen>
|
||||
[--configuration <configuration>]
|
||||
[--replica_of <source_id>]</computeroutput></screen>
|
||||
<para>
|
||||
Creates a new instance.
|
||||
</para> <variablelist wordsize="10">
|
||||
@@ -1300,7 +1469,7 @@ Creates a new instance.
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--slave_of <master_id> ID</command></term>
|
||||
<term><command>--replica_of <source_id> ID</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
of an existing instance to replicate
|
||||
@@ -1536,7 +1705,7 @@ Lists the limits for a tenant.
|
||||
</section>
|
||||
<section xml:id="troveclient_subcommand_list">
|
||||
<title>trove list command</title>
|
||||
<screen><computeroutput>usage: trove list [--limit <limit>] [--marker <ID>]</computeroutput></screen>
|
||||
<screen><computeroutput>usage: trove list [--limit <limit>] [--marker <ID>] [--include-clustered]</computeroutput></screen>
|
||||
<para>
|
||||
Lists all the instances.
|
||||
</para> <variablelist wordsize="10">
|
||||
@@ -1554,8 +1723,17 @@ Lists all the instances.
|
||||
<listitem>
|
||||
<para>
|
||||
Begin displaying the results for IDs greater than the
|
||||
specified marker. When used with --limit, set this to the
|
||||
last ID displayed in the previous run.
|
||||
specified marker. When used with --limit, set this to
|
||||
the last ID displayed in the previous run.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--include-clustered</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include instances that are part of a cluster (default
|
||||
false).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user