Merge "Set UpdateIdentifier for upgrade converge, to prevent services down"

This commit is contained in:
Jenkins
2016-03-29 11:41:19 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 6 deletions

View File

@@ -1,2 +1,6 @@
parameter_defaults:
UpdateIdentifier: 'true'
UpgradeLevelNovaCompute: ''
resource_registry:
OS::TripleO::Tasks::PackageUpdate: ../extraconfig/tasks/yum_update_noop.yaml

View File

@@ -36,9 +36,3 @@ if [ "$pacemaker_status" = "active" -a \
check_resource httpd started 800
fi
if [ "$pacemaker_status" = "active" ]; then
# TODO(marios): remove this once +bug/1561012
# need this on all controllers:
systemctl reload haproxy
fi