Bug 1216967
Summary: | Stack is in CREATE_IN_PROGRESS although a resource is in CREATE_FAILED state after clearing breakpoints | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Udi Kalifon <ukalifon> |
Component: | openstack-heat | Assignee: | Zane Bitter <zbitter> |
Status: | CLOSED NOTABUG | QA Contact: | Amit Ugol <augol> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | trunk | CC: | jpeeler, yeylon |
Target Milestone: | --- | ||
Target Release: | Kilo | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-07-08 21:32:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Udi Kalifon
2015-04-29 10:22:45 UTC
Stack creation doesn't fail when you don't use breakpoints, so this is not just a bug of the wrong status being displayed... When a resource fails, we don't stop processing any other resources that are in progress immediately (we don't start any new ones though), since ideally we'd like them to complete successfully so they don't need to be replaced in a future update. At the moment we wait for up to 4 minutes before stopping anything in progress, so you may well see a different result after 4 minutes. (Ideally we wouldn't wait for hooks, but the code that controls the timeout currently has no way of knowing that a hook is what's being processed.) |