Replace <project> by PROJECT

In the document, we can replace the individual client's project
by PROJECT in pip install command. But in some commands, <project> is
currently used.
This patch replaces <project> by PROJECT to make it be unified

Change-Id: If42a8bac2742dc91f877c2f652d87af026ea6737
This commit is contained in:
Ha Van Tu 2016-09-01 16:04:50 +07:00
parent 3649a2dc8b
commit a8ff17db95
1 changed files with 2 additions and 2 deletions

View File

@ -140,12 +140,12 @@ Instead of installing and learning all these clients, we recommend
installing and using the OpenStack client. You may need to install an
individual project's client because coverage is not yet sufficient in the
OpenStack client. If you need to install an individual client's project,
replace the ``<project>`` name in this ``pip install`` command using the
replace the ``PROJECT`` name in this ``pip install`` command using the
list below.
.. code-block:: console
# pip install python-<project>client
# pip install python-PROJECTclient
* ``barbican`` - Key Manager Service API
* ``ceilometer`` - Telemetry API