summaryrefslogtreecommitdiffstats
path: root/compass/deploy/conf/five.conf
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-07-28 15:39:49 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-07-28 15:39:49 +0000
commit1a9d2532a3cf8bf01fbe829d38bc8988d43aca44 (patch)
tree102270b235cc201fd22ac3ffa57f017f9c228a0c /compass/deploy/conf/five.conf
parent151d0c11410d69d68d6985a275faf0d68958bc9a (diff)
parent99c363dbd827c430cf2bed2cd27c66be4642bae2 (diff)
Merge "speed up the installation of compass"
Diffstat (limited to 'compass/deploy/conf/five.conf')
-rw-r--r--compass/deploy/conf/five.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/compass/deploy/conf/five.conf b/compass/deploy/conf/five.conf
index 32981aa..f32411b 100644
--- a/compass/deploy/conf/five.conf
+++ b/compass/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="90"
+export DEPLOYMENT_TIMEOUT="150"
export POLL_SWITCHES_FLAG="nopoll_switches"
export DASHBOARD_URL=""
export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )