summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Bompastor <bruno.bompastor@cern.ch>2014-12-11 09:16:13 +0100
committerBruno Bompastor <bruno.bompastor@cern.ch>2014-12-11 10:28:11 +0000
commitd96f73c4ded3ece5c74096b652914491d3077b13 (patch)
treed4eef7708a7d44451b0917627db5c9ded9dde678
parent16a9a8351627de35c4cf8395acc3e4f7573153bb (diff)
downloadheat-cfntools-d96f73c4ded3ece5c74096b652914491d3077b13.tar.gz
Fixes cfn-hup hooks functionality
Change-Id: I39ba2cca1f096e866f69fc016f78004ea991c0b6 Closes-Bug: 1387190
-rw-r--r--heat_cfntools/cfntools/cfn_helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/heat_cfntools/cfntools/cfn_helper.py b/heat_cfntools/cfntools/cfn_helper.py
index 3e55087..42fab8d 100644
--- a/heat_cfntools/cfntools/cfn_helper.py
+++ b/heat_cfntools/cfntools/cfn_helper.py
@@ -790,7 +790,6 @@ class ServicesHandler(object):
if start_cmd.status != 0:
LOG.warning('Service %s did not start. STDERR: %s' %
(service, start_cmd.stderr))
- return
for h in self.hooks:
h.event('service.restarted', service, self.resource)