From 86b1f73d13e0ef3aba9534638a2c421c90d0e611 Mon Sep 17 00:00:00 2001 From: Ranjeet R Date: Mon, 8 Jun 2015 14:21:06 -0700 Subject: [PATCH] Fixes: Openstack HA SM: executable permissions to be given for cmon Adding static parameters to the HA parameters to the template so it need not be added by SM or FAB specifically. Change-Id: I2feec4ef4bf8c3c42f5056e97f9456fafe62a7f8 ClosesBug: 1459450 --- .../openstack/ha/templates/cmon_param_template.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrail_provisioning/openstack/ha/templates/cmon_param_template.py b/contrail_provisioning/openstack/ha/templates/cmon_param_template.py index 2c7d2e59..f257af02 100644 --- a/contrail_provisioning/openstack/ha/templates/cmon_param_template.py +++ b/contrail_provisioning/openstack/ha/templates/cmon_param_template.py @@ -5,4 +5,6 @@ DIPS=($__haproxy_dips__) DIPS_SIZE=${#DIPS[@]} EVIP="$__external_vip__" +PERIODIC_RMQ_CHK_INTER=120 +RABBITMQ_RESET=True """)