v1.1.0 Release Notes¶
1.1.0 Release Notes¶
1.1.0¶
Prelude¶
Add a new ability to remove any configuration values from tempest.conf
New Features¶
Enable os-client-config support [1]. The tempest config tool now is able to support os-client-config env vars and cloud.yaml support.
Add a new parameter –remove to specify which configuration values should not be included in tempest configuration file. Parameter format for removing values: [–remove SECTION.KEY=VALUE[,VALUE]]
Parameter format for removing all values in key.section: [–remove SECTION.KEY]
If a section or an option specified in CLI does not exist, tempestconf will inform a user about that in logging output.
Added network.remove-extension <extension names followed by comma> to remove neutron api extensions.