Overview
Most Orchestration issues fall into one of five categories: stack creation failures, stacks stuck in progress, template validation errors, resource dependency failures, and nested stack propagation issues. Use the event log as the primary diagnostic tool — it records each resource transition with timestamps and error messages.Troubleshooting Reference
Stack stuck in CREATE_FAILED
Stack stuck in CREATE_FAILED
Symptoms: Stack creation stops and the status shows Common causes and resolutions:
CREATE_FAILED. One or more
resources show CREATE_FAILED in the resource list.Diagnosis:List stack events
Show the specific failed resource
Recovery:
After fixing the root cause, re-deploy the stack.
CREATE_FAILED stacks can be
deleted and recreated, but cannot be resumed:Delete failed stack and redeploy
Stack stuck in CREATE_IN_PROGRESS or UPDATE_IN_PROGRESS
Stack stuck in CREATE_IN_PROGRESS or UPDATE_IN_PROGRESS
Symptoms: The stack status has not changed from Common causes and resolutions:
IN_PROGRESS for an extended
period (beyond the expected resource creation time).Diagnosis:Check current resource states
Stream live events
Force-abort a stuck stack (admin only):
Abandon a stuck stack
Template validation errors
Template validation errors
Symptoms: Common error messages and resolutions:
openstack orchestration template validate returns errors, or the
Dashboard rejects the template at upload time.Diagnosis:Validate template
Resource dependency failures
Resource dependency failures
Symptoms: A resource fails because a resource it depends on was not yet created,
or an attribute reference returns an empty value.Diagnosis:Common causes and resolutions:
Show resource detail and status
List resource events
Nested stack errors
Nested stack errors
Symptoms: A parent stack fails or stalls because a child (nested) stack
encounters an error.Diagnosis:Common causes and resolutions:
List events across all nested stacks
List nested stacks
Diagnostic Command Reference
Key troubleshooting commands
Next Steps
Getting Started
Review stack creation fundamentals and template structure
Template Guide
Correct template syntax, parameter types, and intrinsic functions
Admin Troubleshooting
Engine-level diagnostics and service configuration issues
Resource Types
Verify correct resource type names and property definitions
