No reason given for stack creation failures
Bug #1516016 reported by
Chris Buccella
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sahara |
Fix Released
|
Medium
|
Chris Buccella | ||
Liberty |
Fix Released
|
Medium
|
Vitalii Gridnev |
Bug Description
When cluster creation fails while provisioning infrastructure, the error is rather unhelpful:
Heat stack failed with status CREATE_FAILED
There are many reasons why Heat can't create a stack, but Shara doesn't provide any clues. To find out more, the user needs to dig through the heat logs to find the cause of the failure.
Changed in sahara: | |
assignee: | nobody → Chris Buccella (chris-buccella) |
Changed in sahara: | |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in sahara: | |
milestone: | none → mitaka-1 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/245179 /git.openstack. org/cgit/ openstack/ sahara/ commit/ ?id=dec8f7ab922 c2ab454afe9c588 42650ba701a2cc
Committed: https:/
Submitter: Jenkins
Branch: master
commit dec8f7ab922c2ab 454afe9c5884265 0ba701a2cc
Author: Chris Buccella <email address hidden>
Date: Sat Sep 12 11:44:43 2015 -0400
Report stack_status_reason on heat failure
When stack create fails, report the status reason, instead
of just the status. This gives the user useful information about
the cause of the failure (out of floating IPs, etc.) instead of
just "CREATE_FAILED".
Change-Id: Ibbaf14e8959cec fade98d13f8101e 333eb76ee6e
Closes-Bug: 1516016