Merge "HA: enable cluster-common-tag naming scheme by default" into stable/train

This commit is contained in:
Zuul 2019-12-19 07:47:56 +00:00 committed by Gerrit Code Review
commit 9e17b93b7b
2 changed files with 7 additions and 0 deletions

View File

@ -25,3 +25,4 @@ resource_registry:
parameter_defaults:
ContainerCli: docker
ClusterCommonTag: true

View File

@ -0,0 +1,6 @@
---
features:
- Enable the new container image naming scheme for HA services. They
are now configured in pacemaker to use container image name like
'container-common-tag/<servicename>:pcmklatest'. This allows rolling
update of HA services even when the <namespace> changes in Heat.