Automatic Tempest Configuration Generator
Go to file
Arx Cruz a9af6c823d Remove static class loader
This commit remove the static class loader and add a dynamic one.
This is done using a new property available_classes that checks for
classes inherited by Services and generate a list of it.
It also change how tempestconf identify available services using the
list_services api instead of get_catalog api from tempest lib.
This way, tempestconf are no longer generating Services objects for
services that doesn't have a specialized class, but still set the
defaults for true or false if a service is running or not.
The discover method has changed to get the services from the list of
services instead of from the catalog.

Change-Id: Ic9d482378e9c975ed00f6aa7ed5f7aed6956d229
Story: 2002787
Task: 22672
2018-08-27 17:17:41 +02:00
config_tempest Remove static class loader 2018-08-27 17:17:41 +02:00
doc Merge "Document CLI options" 2018-08-07 14:22:37 +00:00
playbooks Don't expose credentials 2018-08-10 14:38:15 +00:00
releasenotes Add support for volume api microversion 2018-08-13 16:42:07 +03:00
roles Merge "Don't expose credentials" 2018-08-17 01:35:00 +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 .gitreview: point to review.openstack.org 2017-10-11 11:32:40 +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 Merge "Don't expose credentials" 2018-08-17 01:35:00 +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 Remove documented parts from README 2018-07-16 14:50:11 +00:00
requirements.txt More compatibility with Python 3 2018-06-26 23:20:52 +02:00
setup.cfg Remove default-overrides.conf 2018-07-02 09:21:17 +00:00
setup.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
test-requirements.txt Switch to openstackdocstheme (doc and release notes) 2018-06-08 19:28:06 +02:00
tox.ini More compatibility with Python 3 2018-06-26 23:20:52 +02:00

README.rst

python-tempestconf

Overview

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