Merge "Remove automatic deletion of failed stacks"

This commit is contained in:
Jenkins 2015-01-19 06:34:54 +00:00 committed by Gerrit Code Review
commit dcee24ad9c
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ class Handler(object):
(attempts_count > cfg.CONF.k8s_heat.max_attempts)):
# TODO(yuanying): update status to failed
LOG.error('Unable to create bay, stack_id: %s' % bay.stack_id)
osc.heat().stacks.delete(bay.stack_id)
raise loopingcall.LoopingCallDone()
lc = loopingcall.FixedIntervalLoopingCall(f=poll_and_check)