diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-26 10:29:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-26 10:29:30 +0000 |
commit | 8411e5a5bc6855d46522122710439e0d2623a2aa (patch) | |
tree | ae438057bd003fd98dfc55775305ee9f98ad9397 /extraconfig/tasks/yum_update.sh | |
parent | e57d3e337617c3013c294049dd3f7553fba315af (diff) | |
parent | a70db5a907ad9d310a5ec890c159c92ee2122208 (diff) |
Merge "Add meta notify=true to rabbitmq resource"
Diffstat (limited to 'extraconfig/tasks/yum_update.sh')
-rwxr-xr-x | extraconfig/tasks/yum_update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extraconfig/tasks/yum_update.sh b/extraconfig/tasks/yum_update.sh index 869b1a42..59e4be45 100755 --- a/extraconfig/tasks/yum_update.sh +++ b/extraconfig/tasks/yum_update.sh @@ -128,6 +128,9 @@ openstack-nova-scheduler" # mongod start timeout is higher, setting only stop timeout pcs -f $pacemaker_dumpfile resource update mongod op start timeout=370s op stop timeout=200s + echo "Making sure rabbitmq has the notify=true meta parameter" + pcs -f $pacemaker_dumpfile resource update rabbitmq meta notify=true + echo "Applying new Pacemaker config" if ! pcs cluster cib-push $pacemaker_dumpfile; then echo "ERROR failed to apply new pacemaker config" |