fix sourcing of openrc
This commit is contained in:
parent
9f1863450e
commit
787af01bdd
2 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue