ERROR_WAIT_TIME should be a config option

As discussed at https://review.openstack.org/#/c/112941/
replace the hard-coded timeout value with a config option.

Change-Id: I49ddf254dfe6460626d90cc75f89e798227dfff6
Closes-Bug: #1385014
This commit is contained in:
Zhenguo Niu
2014-10-24 13:58:21 +08:00
parent c1b3eb22f7
commit 68a3cf78c4
4 changed files with 19 additions and 19 deletions

View File

@@ -67,6 +67,10 @@
# (integer value)
#stack_action_timeout=3600
# Error wait time in seconds for stack action (ie. create or
# update). (integer value)
#error_wait_time=240
# RPC timeout for the engine liveness check that is used for
# stack locking. (integer value)
#engine_life_check_timeout=2