octavia/releasenotes/notes/add-c9b9401b831efb25.yaml
Carlos Goncalves a422e5a203 Introduce an image driver interface
With this image driver interface, we align our codebase with other
existing driver interfaces like compute, network and volume.

This interface also allows the amphora provider driver to check for
existence of tagged images at API level (e.g. amphora image tag
capability in Octavia flavors).

Change-Id: Id808c082808fafe1a1e004957ff47eca57f97ee8
2020-09-03 20:06:35 +00:00

11 lines
346 B
YAML

---
features:
- |
Introduced an image driver interface. Supported drivers are noop and
Glance.
upgrade:
- |
When the amphora provider driver is enabled, operators need to set option
``[controller_worker]/image_driver``. The default image driver is
``image_glance_driver``. For testing could be used ``image_noop_driver``.