tempest/releasenotes/notes/deprecate-import_image-e8c627aab833b64d.yaml
Takashi Kajinami 8512946216 Deprecate import_image
This option was added because of a known issue in WSGI mode[1] which
was fixed during Vicotria release. Now the latest tempest supports Zed
and later we can start removing the option.

[1] https://bugs.launchpad.net/glance/+bug/1888713

Change-Id: Id75c7f5846575fba7e2494bc3182ce65b0892c47
2024-04-13 00:17:39 +09:00

13 lines
434 B
YAML

---
upgrade:
- |
Default value of the ``[image-feature-enabled] image_import`` has been
changed from ``False`` to ``True``, and now the image import feature is
tested by default.
deprecations:
- |
The ``[image-feature-enabled] image_import`` option has been deprecated.
The image import feature works in both standalone mode and WSGI mode since
Victoria and the image import feature can be always tested.