02af6a44cc
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
16 lines
549 B
YAML
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.
|