stack deletion error in logs due to snapshot handling
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Incomplete
|
Medium
|
Ishant Tyagi |
Bug Description
The following error occurs when heat hits the end of a list of stack snapshots. It is appearing to cause stack-delete operations to hang indefinitely, though it could also be tied to another bug - https:/
Originally thought this was due to having deleted the snapshot images via other means. However, still seeing this error without touching snapshot images via nova / horizon / glance.
In the output below, tried deleting a stack with several snapshots.
All were handled well until the end of the list.
2015-01-20 15:49:42.789 DEBUG heat.engine.
2015-01-20 15:49:42.838 DEBUG heat.engine.
2015-01-20 15:49:43.839 DEBUG heat.engine.
2015-01-20 15:49:43.839 DEBUG heat.engine.
2015-01-20 15:49:43.840 DEBUG heat.engine.
2015-01-20 15:49:43.840 DEBUG heat.engine.
2015-01-20 15:49:43.890 DEBUG heat.engine.
Traceback (most recent call last):
File "/usr/local/
timer()
File "/usr/local/
cb(*args, **kw)
File "/usr/local/
result = function(*args, **kwargs)
File "/opt/stack/
return func(*args, **kwargs)
File "/usr/local/
return f(*args, **kwargs)
File "/opt/stack/
self.
File "/usr/local/
return f(*args, **kwargs)
File "/opt/stack/
scheduler.
File "/opt/stack/
self.
File "/opt/stack/
self.step()
File "/opt/stack/
next(
File "/opt/stack/
subtask = parent.
File "/opt/stack/
yield self.action_
File "/opt/stack/
step = next(subtask)
File "/opt/stack/
handler_data = handler(*args)
File "/opt/stack/
image_id = snapshot[
KeyError: 'snapshot_image_id'
summary: |
- stack deletion error in logs if snapshot image was deleted via other - means + stack deletion error in logs due to snapshot handling |
description: | updated |
Changed in heat: | |
assignee: | nobody → Ishant Tyagi (ishant-tyagi) |
Changed in heat: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → kilo-rc1 |
tags: | added: kilo-rc-potential |
Changed in heat: | |
milestone: | kilo-rc1 → next |
tags: | removed: kilo-rc-potential |
Am still discerning the effects (if any) of this bug to the user. /bugs.launchpad .net/heat/ +bug/1412961, which is causing stack operations to hang forever after one of these test runs.
Am also hitting this bug: https:/