1.3 KiB
1.3 KiB
Usage
To install python-tempestconf follow Installation Guide
- Source cloud credentials, for example:
$ source cloudrc
- 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>