1754c9e2b0
Added new import method 'copy-image' which will copy existing image into specified list of stores. Introduced additional task which will serve as internal plugin which will allow copying existing image into staging area and then this data will be uploaded to specified stores via regula import flow. NOTE: This new import method 'copy-image' is only supported if multiple stores are enabled in deployment. APIImpact Implements: blueprint copy-existing-image Change-Id: I13eaab7ab013f44ce18465bdbdbe8052942570ff
17 lines
706 B
YAML
17 lines
706 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new import method ``copy-image`` which will copy existing image
|
|
into multiple stores.
|
|
upgrade:
|
|
- |
|
|
Added new import method ``copy-image`` which will copy existing image
|
|
into multiple stores. The new import method will work only if multiple
|
|
stores are enabled in the deployment. To use this feature operator
|
|
needs to mention ``copy-image`` import method in ``enabled_import_methods``
|
|
configuration option. Note that this new internal plugin applies *only* to
|
|
images imported via the `interoperable image import process`_.
|
|
|
|
.. _`interoperable image import process`: https://developer.openstack.org/api-ref/image/v2/#interoperable-image-import
|
|
|