File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11= Known Bugs
22
3+ == Stack creation times out
4+
5+ By default heat client timeout is set to 60 minutes, if a stack operation
6+ doesn't finish in the specified timeframe Heat sets the stack in FAILED state.
7+ In some cases timeout is caused by a reason which can not be fixed (e.g. slow
8+ hardware or network). Then it's possible to increase timeout and give Heat
9+ more time to finish a stack operation. You can increase timeout by passing
10+ `-t <minutes>` when running `heat stack-create` command.
11+
12+ Also make sure you increase keystone token timeout in `/etc/keystone/keystone.conf`:
13+
14+ ```
15+ [token]
16+ expiration = <seconds> # e.g. 7200 for two hours
17+ ```
18+
19+ And restart keystone service. Otherwise token expires sooner than heat
20+ finishes openshift-ansible run and fails to create some resources (e.g.
21+ ceilometer alarms).
22+
23+
324== Stack is stuck in DELETE_IN_PROGRESS
425
526It should not take more than few minutes to delete a stack. There is couple of
You can’t perform that action at this time.
0 commit comments