b8ad443122
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>
14 lines
405 B
ReStructuredText
14 lines
405 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
Tempest automatically discovers installed plugins. That's why you just need
|
|
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/trove-tempest-plugin
|
|
$ cd trove-tempest-plugin/
|
|
$ pip install trove-tempest-plugin
|