running "heat event-show" returns "Stack not found" for existing stacks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-heatclient |
Fix Released
|
Low
|
Angus Salkeld |
Bug Description
I'm testing with "master" branch of git devstack running on Ubuntu 12.04.
I started up a stack based on "WordPress_
At this point running "heat event-list teststack2" gave the following:
cfriesen@
+------
| resource_name | id | resource_
+------
| CfnUser | 69 | state changed | CREATE_IN_PROGRESS | 2013-10-
| WaitHandle | 70 | state changed | CREATE_IN_PROGRESS | 2013-10-
| WaitHandle | 71 | state changed | CREATE_COMPLETE | 2013-10-
| CfnUser | 72 | state changed | CREATE_COMPLETE | 2013-10-
| WebServerKeys | 73 | state changed | CREATE_IN_PROGRESS | 2013-10-
| WebServerKeys | 74 | state changed | CREATE_COMPLETE | 2013-10-
| WikiDatabase | 75 | state changed | CREATE_IN_PROGRESS | 2013-10-
| WikiDatabase | 76 | state changed | CREATE_COMPLETE | 2013-10-
| WaitCondition | 77 | state changed | CREATE_IN_PROGRESS | 2013-10-
| WebServerRestar
| WebServerRestar
| HttpFailureAlarm | 80 | state changed | CREATE_IN_PROGRESS | 2013-10-
| HttpFailureAlarm | 81 | state changed | CREATE_COMPLETE | 2013-10-
| WaitCondition | 82 | state changed | CREATE_COMPLETE | 2013-10-
| WebServerRestar
| HttpFailureAlarm | 84 | state changed | DELETE_IN_PROGRESS | 2013-10-
| HttpFailureAlarm | 85 | state changed | DELETE_COMPLETE | 2013-10-
| WaitCondition | 86 | state changed | DELETE_IN_PROGRESS | 2013-10-
| WaitCondition | 87 | state changed | DELETE_COMPLETE | 2013-10-
I then tried to show the details for event 83, and was successful:
cfriesen@
+------
| Property | Value |
+------
| event_time | 2013-10-
| id | 83 |
| links | http://
| | http://
| | http://
| logical_resource_id | WebServerRestar
| physical_
| resource_name | WebServerRestar
| resource_properties | { |
| | "InstanceId": "e6c5a7f0-
| | } |
| resource_status | signal_COMPLETE |
| resource_
| resource_type | OS::Heat:
+------
But when I tried to see the details for event 81, I got a weird error:
cfriesen@
Stack not found: teststack2
The stack is still there, other commands work, but for some reason trying to do event-show on some events gives this error.
description: | updated |
Changed in python-heatclient: | |
milestone: | none → v0.2.6 |
Changed in python-heatclient: | |
status: | Fix Committed → Fix Released |
What happens when you specify the stack id instead of the stack name?