Remove deprecated scenario image option

Removing deprecated CONF.scenario.img_dir option as it's beeing removed
from Tempest after ~4 year depreation period [1].

Currently Tempest is throwing a warning if img_dir is still used.
Both behaviors (img_dir and a full pathin img_file) are supported until
Tempest 25.0.0, starting Tempest 26.0.0 a full path in
CONF.scenario.img_file config option will have to be specified.

[1] https://review.opendev.org/#/c/710996/

Related-Bug: #1393881
Change-Id: Ifd02065de88eea1c75825be3178fc9f8d9721a16
This commit is contained in:
Martin Kopec 2020-04-15 23:08:30 +00:00
parent 3ad54cf082
commit 4dbe3c2f69

View File

@ -68,8 +68,7 @@ instance_type = 1
lock_path = tempest_lock
[scenario]
img_dir = images
img_file = cirros-0.3.4-x86_64-disk.img
img_file = images/cirros-0.3.4-x86_64-disk.img
[service_available]
heat-cfn = true