Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Last active August 24, 2016 23:43
Show Gist options
  • Save jtaleric/f0dcf3108ec9609e3264eed5c1822fa4 to your computer and use it in GitHub Desktop.
Save jtaleric/f0dcf3108ec9609e3264eed5c1822fa4 to your computer and use it in GitHub Desktop.
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource Traceback (most recent call last):
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 734, in _action_recorder
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource yield
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 1563, in delete
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource yield self.action_handler_task(action, *action_args)
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/scheduler.py", line 353, in wrapper
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource step = next(subtask)
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 783, in action_handler_task
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource done = check(handler_data)
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resources/stack_resource.py", line 495, in check_delete_complete
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource return self._check_status_complete(self.DELETE)
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resources/stack_resource.py", line 416, in _check_status_complete
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource action=action)
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource ResourceFailure: resources[1]: resources.Controller.Resource DELETE failed: resources.UpdateConfig: Engine went down during stack DELETE
2016-08-24 20:35:03.495 128924 ERROR heat.engine.resource
2016-08-24 20:35:03.530 128924 DEBUG heat.engine.scheduler [req-31eb8578-2555-4768-a524-4d2b8c235238 - - - - -] Task destroy cancelled cancel /usr/lib/python2.7/site-packages/heat/engine/scheduler.py:280
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment