fix sourcing of openrc

This commit is contained in:
Jesse Andrews 2011-11-01 16:44:19 -07:00
parent 9f1863450e
commit 787af01bdd
2 changed files with 4 additions and 0 deletions

View file

@ -17,7 +17,9 @@ set -o xtrace
# ======== # ========
# Use openrc + stackrc + localrc for settings # Use openrc + stackrc + localrc for settings
pushd $(cd $(dirname "$0")/.. && pwd)
source ./openrc source ./openrc
popd
# Max time till the vm is bootable # Max time till the vm is bootable
BOOT_TIMEOUT=${BOOT_TIMEOUT:-15} BOOT_TIMEOUT=${BOOT_TIMEOUT:-15}

View file

@ -20,7 +20,9 @@ set -o xtrace
# ======== # ========
# Use openrc + stackrc + localrc for settings # Use openrc + stackrc + localrc for settings
pushd $(cd $(dirname "$0")/.. && pwd)
source ./openrc source ./openrc
popd
# Get a token for clients that don't support service catalog # Get a token for clients that don't support service catalog
# ========================================================== # ==========================================================