dbef30e09b
The tempest_config_file parameter is supposed to determine the path of tempest.conf but this is not working completely. * This parameter is ignored when install_from_source is true * This parameter affects tempest_conf when install_from_source but some resources like tempest_flavor_id_setter uses a fixed path. This deprecates the parameter to avoid complexity. Especially the 2nd behavior is quite confusing and requires users to set two independent parameters with "consistent" values. Closes-Bug: #2043210 Change-Id: Ica5e77dff0d76250835b9187e292c2384d02b683
8 lines
262 B
YAML
8 lines
262 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``tempest::tempest_config_file`` parameter is deprecated and has no
|
|
effect. Now the ``tempest.conf`` is generated in clone path when tempest
|
|
is installed from source, or in workspace when tempest is installed by
|
|
packages.
|