tripleo-heat-templates/releasenotes/notes/pacemaker-enable-cluster-fu...

11 lines
473 B
YAML

---
features:
- |
New Heat parameter ClusterFullTag controls how we configure
pacemaker container image names for the HA services. Compared to
the previous parameter ClusterCommonTag, this new naming
convention allows any part of the container image name to change
during a minor update, without service disruption. e.g.,
registryA/namespaceA/imgA:tagA to registryB/namespaceB/imgB:tagB
This new paramter ClusterFullTag is enabled by default.