]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Don't reload haproxy and use ensureRunning=true
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 15 Jul 2013 23:08:13 +0000 (09:08 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 15 Jul 2013 23:08:13 +0000 (09:08 +1000)
commitcae2ac26e2652d4521614236285a550e3f115483
tree71802b878bac3c72a12a617c11a34cb722b6a83c
parentd77d5a2efc1ea03eeed599b3eecc2e0d0646ea0b
Don't reload haproxy and use ensureRunning=true

the ensureRunning option results in cfn-hup doing a restart and the
hook does a reload. these two options result in the failed state
of haproxy.

This patch rolls the two into "reload-or-restart", which is run from
cron.

bug 1201621
Change-Id: Idb42b3915cb86c613876b67abf1c6999972e19e2
heat/engine/resources/loadbalancer.py