Fixes an error for common client named OpenStack (not common)

Change-Id: I89ddbf8f418e27f5768a002ee8999e08dde887bf
This commit is contained in:
Anne Gentle 2014-12-04 07:57:31 -06:00
parent c2daa224c5
commit dce3a06f49

View File

@ -210,14 +210,13 @@
API</para>
</listitem>
<listitem>
<para><literal>common</literal> - Common OpenStack client
</para>
<para><literal>openstack</literal> - Common OpenStack client
supporting multiple services</para>
</listitem>
</itemizedlist>
<para>The following example shows the command for installing
the nova client with
<replaceable>pip</replaceable>.</para>
<para>The following example shows the command for installing the nova
client with <command>pip</command>.</para>
<screen><prompt>#</prompt> <userinput>pip install python-novaclient</userinput></screen>
<section xml:id="cli_clients_install_pip">
<title>Installing with pip</title>