doc: Fix copy-paste errors in install guide

Commit 3a90c7949c ("Apply cookiecutter to newly split project
trove-tempest-plugin") adds (among many other things) doc for this
repo. Unfortunately a "search and replace" phase failed and Zaqar word
has not been replaced with Trove in installation.rst.
This commit fixes this dummy mistake.

Change-Id: If37590f6b7d27b84623663c54452fd67ae26c74c
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
This commit is contained in:
Krzysztof Opasiak 2018-04-23 21:04:39 +02:00
parent afc68dfc12
commit b8ad443122
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ Installation
============
Tempest automatically discovers installed plugins. That's why you just need
to install the Python packages that contains the Zaqar Tempest plugin in
to install the Python packages that contains the Trove Tempest plugin in
the same environment where Tempest is installed.
At the command line::
$ git clone https://git.openstack.org/openstack/zaqar-tempest-plugin
$ cd zaqar-tempest-plugin/
$ pip install zaqar-tempest-plugin
$ git clone https://git.openstack.org/openstack/trove-tempest-plugin
$ cd trove-tempest-plugin/
$ pip install trove-tempest-plugin