fix sourcing of openrc

main
Jesse Andrews 13 years ago
parent 9f1863450e
commit 787af01bdd

@ -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}

@ -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
# ========================================================== # ==========================================================

Loading…
Cancel
Save