Add trove to CLI overview and install sections

Add trove to the introductory chapter of the CLI guide.

Change-Id: Ieb3cec72b81d3d4ebccc1cf5b214ca7ecf160ca7
This commit is contained in:
Andreas Jaeger 2014-03-30 20:12:37 +02:00
parent 31d4f6bee6
commit c043305dd3
3 changed files with 16 additions and 2 deletions

View File

@ -193,7 +193,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para><literal>keystone</literal> - Identity <para><literal>keystone</literal> - Identity
Service API and extensions.</para> service API and extensions.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><literal>neutron</literal> - Networking <para><literal>neutron</literal> - Networking
@ -207,6 +207,10 @@
<para><literal>swift</literal> - Object Storage <para><literal>swift</literal> - Object Storage
API.</para> API.</para>
</listitem> </listitem>
<listitem>
<para><literal>trove</literal> - Database Service
API.</para>
</listitem>
</itemizedlist> </itemizedlist>
<para>For example, to install the nova client, run <para>For example, to install the nova client, run
this command:</para> this command:</para>

View File

@ -62,6 +62,12 @@
<td><package>python-novaclient</package></td> <td><package>python-novaclient</package></td>
<td>Create and manage images, instances, and flavors.</td> <td>Create and manage images, instances, and flavors.</td>
</tr> </tr>
<tr>
<td>Database Service</td>
<td><command>trove</command></td>
<td><package>python-troveclient</package></td>
<td>Create and manage databases.</td>
</tr>
<tr> <tr>
<td>Identity</td> <td>Identity</td>
<td><command>keystone</command></td> <td><command>keystone</command></td>

View File

@ -27,7 +27,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para><literal>keystone</literal> - Identity <para><literal>keystone</literal> - Identity
Service API and extensions.</para> service API and extensions.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><literal>neutron</literal> - Networking <para><literal>neutron</literal> - Networking
@ -41,6 +41,10 @@
<para><literal>swift</literal> - Object Storage <para><literal>swift</literal> - Object Storage
API.</para> API.</para>
</listitem> </listitem>
<listitem>
<para><literal>trove</literal> - Database Service
API.</para>
</listitem>
</itemizedlist> </itemizedlist>
<para>For example, to see the version number for the <para>For example, to see the version number for the
<command>nova</command> client, run this <command>nova</command> client, run this