tripleo-heat-templates/releasenotes/notes/glance_image_copy-34a3e62c48eaee0e.yaml
Oliver Walsh 6cd630281b Enable image copy for multiple RBD Glance stores
Previously when using multiple RBD glance stores the operator was
responsible for copying the image to all stores.
Nova-compute now has the ability to automatically copy an image to the
local glance store when required.
This change enables the feature and adds the following role specific
parameters to control the behaviour:
  NovaGlanceRbdCopyPollInterval
  NovaGlanceRbdCopyTimeout

Related Nova change: Ia839ad418b0f2887cb8e8f5ee3e660a0751db9ce

Depends-On: I227f40111591cfe1026ce992b3de3e28d092f329
Change-Id: If7532022f399115357f1fdfa9a510d615ed55609
(cherry picked from commit 4aeb3f3543)
2021-07-15 16:20:37 +01:00

14 lines
495 B
YAML

---
features:
- |
Enable image copy for multiple RBD Glance stores
Previously when using multiple RBD glance stores the operator was responsible for copying the image to all stores.
Nova-compute now has the ability to automatically copy an image to the local glance store when required.
This change enables the feature and adds the following role specific
parameters to control the behaviour.
- ``NovaGlanceRbdCopyPollInterval``
- ``NovaGlanceRbdCopyTimeout``