tempest/releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml
Martin Kopec 02af6a44cc Remove deprecated scenario image options
Let's remove deprecated scenario image options which have been
deprecated for more than 4 years.

From now on CONF.scenario.img_file will need a full path for the image.
CONF.scenario.img_dir was deprecated and will be removed in the next
release. Till Tempest 25.0.0, old behavior is maintained and keep working
but starting Tempest 26.0.0, you need to specify the full path
in CONF.scenario.img_file config option.

Change-Id: I96d26ad3889f55d867fdea016953cce522a6fbdf
Related-Bug: #1393881
2020-07-05 10:16:18 +00:00

16 lines
549 B
YAML

---
upgrade:
- |
The following deprecated image scenario options are removed after a ~4
year deprecation period.
* ``ami_img_file``
* ``ari_img_file``
* ``aki_img_file``
Starting Tempest 25.0.0 release, CONF.scenario.img_file need a full path
for the image. CONF.scenario.img_dir was deprecated and will be removed
in the next release. Till Tempest 25.0.0, old behavior is maintained and
keep working but starting Tempest 26.0.0, you need to specify the full path
in CONF.scenario.img_file config option.