Martin Kopec 188c145281 Document installation process
Change-Id: I3afaadad4c26b65ee2b63eed44f21c2eeec5275f
Story: 2002703
Task: 22575
2018-07-10 08:37:33 +00:00

1.3 KiB

Usage

To install python-tempestconf follow Installation Guide

  1. Source cloud credentials, for example:
$ source cloudrc
  1. Run python-tempestconf to generate tempest configuration file:
$ discover-tempest-config --debug --create

After this, ./etc/tempest.conf is generated.

Note

In Ocata release new features were presented. discover-tempest-config is the new name of the old config_tempest.py script and it accepts the same parameters. More about new features can be found here

os-client-config support

python-tempestconf supports os-client-config so instead of sourcing openstackrc files you can use clouds.yml files. Location where these files should be stored and syntax which is used to specify cloud.yaml files can be found here

$ discover-tempest-config --debug --create --os-cloud <name of cloud>