Fixes cfn-hup hooks functionality

Change-Id: I39ba2cca1f096e866f69fc016f78004ea991c0b6
Closes-Bug: 1387190
This commit is contained in:
Bruno Bompastor 2014-12-11 09:16:13 +01:00
parent 16a9a83516
commit d96f73c4de
1 changed files with 0 additions and 1 deletions

View File

@ -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)