puppet-tempest/releasenotes/notes/deprecate-img-dir-b35d0c67bc8f43d3.yaml
Martin Kopec dacf254b8e Deprecate scenario.img_dir option
The option is deprecated for more than 4 years already and it will
be removed soon, see the change in Tempest [1]

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.

This patch does analogically the same change as was done in Tempest,
in order to give users of the plugin some time for removing img_dir.

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

Related-Bug: #1393881
Change-Id: I3055273cd5e6eafa4af8acfb3f7b18fce5de5368
2020-07-28 19:48:44 +09:00

7 lines
199 B
YAML

---
deprecations:
- |
The img_dir parameter is deprecated and will be removed in a future release.
The img_file parameter must be set with a full path to the image that should
be used.