ADd SERVICE_TIMEOUT

This commit is contained in:
Dean Troyer 2013-02-01 13:38:45 -06:00
parent 460413c259
commit 20ef58ffcb
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ KEYSTONE_DIR=keystone
NOVACLIENT_DIR=python-novaclient
NOVA_DIR=nova
# Timeouts
SERVICE_TIMEOUT=120
# Allow local overrides of env variables
if [ -f $RC_DIR/localrc ]; then
source $RC_DIR/localrc