Skip to content

Commit

Permalink
Merge "Fixes: Openstack HA : cmon is not bringing up mysql after node…
Browse files Browse the repository at this point in the history
… failure tests"
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 10, 2016
2 parents ac3069a + f0d410b commit d0933c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrail_provisioning/openstack/ha/galera_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def fix_cmon_config(self):
self._template_substitute_write(cmon_conf_template.template, template_vals,
self._temp_dir_name + '/cmon.cnf')
local("sudo mv %s/cmon.cnf /etc/cmon.cnf" % (self._temp_dir_name))
local("sudo chmod 444 /etc/init.d/cmon")

def fixup_config_files(self):
with settings(warn_only=True):
Expand Down

0 comments on commit d0933c2

Please sign in to comment.