python-tempestconf/roles/generate-tempestconf-file-cloud
Martin Kopec 9317a78ac8 Fix diff in gates
The gates were using a diff command to determine if 2 tempest.conf
files contains the same sections, options and values.
However, this has turned out to be not a good approach, as the
values in tempest.conf can be written in a different order.
Therefore the patch adds a python script which is able to compare
values in 2 tempest.conf files regardless their order.

Change-Id: I65e30a6e3b4add39dd5b6eaf48e09ba450855dbc
2019-01-04 15:36:38 +05:30
..
defaults Remove image.http_image from playbook 2018-06-07 17:08:48 +05:30
tasks Fix diff in gates 2019-01-04 15:36:38 +05:30
README.rst Remove image.http_image from playbook 2018-06-07 17:08:48 +05:30

Generate configuration file for tempest from cloud credentials

Installs python-tempestconf cloned from git and generates tempest.conf with credentials saved in clouds.yaml file. The tempest configuration file is printed to the output after that.

Role Variables