Browse Source
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: Icf7ac92807873d0a5cd8ccaf75033003adb21c0achanges/93/720093/7
6 changed files with 25 additions and 15 deletions
@ -0,0 +1,8 @@
|
||||
--- |
||||
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. |
Loading…
Reference in new issue