Automatic Tempest Configuration Generator
Go to file
Martin Kopec f146f81069 Fix and improve SSL configuration
Previously --insecure argument didn't have any effect
on discover-tempest-config's behavior which lead to to failing
requests due to certificates verify failures. That is fixed now.

Due to the change discover-tempest-config can now automatically
set the following 2 tempest options:
* CONF.identity.disable_ssl_certificate_validation - previously always
  set to True by default.
* CONF.identity.ca_certificates_file - previously not set at all.

Change-Id: Iafcc9720e45190e6bd1046540d7c4a640c043023
2020-12-08 15:04:12 +00:00
config_tempest Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
doc Fix doc, releasenotes plus build pdf 2020-11-14 18:45:41 +00:00
playbooks Fix packstack jobs and improve playbook's style 2020-07-07 12:20:49 +00:00
releasenotes Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
roles Run unit tests by py38 as well 2020-09-25 08:11:29 +00:00
.coveragerc Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.gitignore Add etc/ to .gitignore 2018-07-18 08:03:26 +00:00
.gitreview Update jobs for interop repos renaming 2020-06-13 07:22:25 +02:00
.mailmap Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.stestr.conf Switch to use stestr for unit tests 2017-12-05 10:06:13 +00:00
.zuul.yaml Replace stein jobs by ussuri and victoria ones 2020-12-08 10:00:38 +00:00
HACKING.rst fix url 2018-06-05 15:13:26 +00:00
LICENSE Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
README.rst Fix doc, releasenotes plus build pdf 2020-11-14 18:45:41 +00:00
requirements.txt Replace os-client-config module by openstacksdk 2019-08-09 07:30:19 +00:00
setup.cfg Run unit tests by py38 as well 2020-09-25 08:11:29 +00:00
setup.py Cleanup py27 support 2020-04-07 04:51:31 +00:00
test-requirements.txt Run unit tests by py38 as well 2020-09-25 08:11:29 +00:00
tox.ini Fix doc, releasenotes plus build pdf 2020-11-14 18:45:41 +00:00

README.rst

python-tempestconf

Overview

python-tempestconf will automatically generate the tempest configuration based on your cloud.