Skip to content

Commit eef992d

Browse files
committed
Add how to increase timeout
1 parent 26b52d6 commit eef992d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README_bugs.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

526
It should not take more than few minutes to delete a stack. There is couple of

0 commit comments

Comments
 (0)