diff options
Diffstat (limited to 'deploy/conf/baremetal.conf')
-rw-r--r-- | deploy/conf/baremetal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/baremetal.conf b/deploy/conf/baremetal.conf index bcf743eb..a97f2b99 100644 --- a/deploy/conf/baremetal.conf +++ b/deploy/conf/baremetal.conf @@ -12,7 +12,7 @@ export HOST_ROLES="host1=controller,ha;host2=controller,ha;host3=controller,ha;h export DEFAULT_ROLES="" export SWITCH_IPS="192.168.124.2" export SWITCH_CREDENTIAL="version=2c,community=public" -export DEPLOYMENT_TIMEOUT="150" +export DEPLOYMENT_TIMEOUT="90" export POLL_SWITCHES_FLAG="nopoll_switches" export DASHBOARD_URL="" export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) |