a422e5a203
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
11 lines
346 B
YAML
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``.
|