Martin Kopec | 02af6a4 | 2020-03-03 12:39:12 +0000 | [diff] [blame] | 1 | --- |
| 2 | upgrade: |
| 3 | - | |
| 4 | The following deprecated image scenario options are removed after a ~4 |
| 5 | year deprecation period. |
| 6 | |
| 7 | * ``ami_img_file`` |
| 8 | * ``ari_img_file`` |
| 9 | * ``aki_img_file`` |
| 10 | |
| 11 | Starting Tempest 25.0.0 release, CONF.scenario.img_file need a full path |
| 12 | for the image. CONF.scenario.img_dir was deprecated and will be removed |
| 13 | in the next release. Till Tempest 25.0.0, old behavior is maintained and |
| 14 | keep working but starting Tempest 26.0.0, you need to specify the full path |
| 15 | in CONF.scenario.img_file config option. |