python-tempestconf/releasenotes/notes/Remove-setting-of-scenario.img_dir-option-6d1792a9ab7928de.yaml
Martin Kopec d355f91a6a Remove deprecated scenario image option
Deprecated scenario image options are being removed from tempest,
see [1]. The tempest change makes img_dir obsolete
therefore CONF.scenario.img_file needs to contain the full path to
the image now.
CONF.scenario.img_dir will be removed entirely from tempest in the
near future by [2].

[1] https://review.opendev.org/c/openstack/tempest/+/710996
[2] https://review.opendev.org/c/openstack/tempest/+/754927

Change-Id: Icf7ac92807873d0a5cd8ccaf75033003adb21c0a
2021-01-25 10:01:15 +00:00

9 lines
300 B
YAML

---
upgrade:
- |
python-tempestconf follows tempest's deprecation of
``CONF.scenario.img_dir`` option and removes that option from the
automatic tempest.conf generation.
python-tempestconf will set an absolute path to the image in
``CONF.scenario.img_file`` option from now on.