openstack-ansible-os_tempest/releasenotes/notes/enable-tempestconf-support-0bd13c8393c9450b.yaml
Arx Cruz 55a8b2b34d Enable python-tempestconf support
This is an initial support for tempestconf tool.
Initially, tempestconf tool is being executed to generate the
tempestconf as it is, furthermore will be added the option to override
values, generate resources, hardcoded options, etc.
This is will be done in an incremental way in order to not have big
patches full of functionalities that might not be able to be fully
tested in one single patch.

Change-Id: I08cfa29361804de3bdb9077a7d8d2b8b417e50d8
2018-11-07 15:42:34 +01:00

10 lines
367 B
YAML

---
features:
- |
Python-tempestconf is a tool that generates a tempest.conf file, based
only on the credentials from an openstack installation. It uses the
discoverable api from openstack to check for services, features, etc.
Add the possibility to use python-tempestconf tool to generate tempest.conf
file, rather than use the role template.