d355f91a6a
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
9 lines
300 B
YAML
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.
|