summaryrefslogtreecommitdiffstats
path: root/deploy/conf/five.conf
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-08-22 02:17:37 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-08-22 02:17:37 +0000
commitf51b76b181bf2c6e396fecbe8088ef23e8109389 (patch)
tree0c33154b4b700a7d954721f43554fd660dcdc07c /deploy/conf/five.conf
parent8df99c5890236b6acc7578f663f36fd0deafa453 (diff)
parentd0a8dd6cff8413dead723071ae549c68ae01198e (diff)
Merge "Modify the compass deployment time-out Period"
Diffstat (limited to 'deploy/conf/five.conf')
-rw-r--r--deploy/conf/five.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/five.conf b/deploy/conf/five.conf
index dec9eb7d..a40d68e9 100644
--- a/deploy/conf/five.conf
+++ b/deploy/conf/five.conf
@@ -12,7 +12,7 @@ export HOST_ROLES="host1=controller,network;host2=compute,storage;host3=compute,
export DEFAULT_ROLES=""
export SWITCH_IPS="1.1.1.1"
export SWITCH_CREDENTIAL="version=2c,community=public"
-export DEPLOYMENT_TIMEOUT="150"
+export DEPLOYMENT_TIMEOUT="60"
export POLL_SWITCHES_FLAG="nopoll_switches"
export DASHBOARD_URL=""
export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )