commit | 787af01bddbaace8f83c65c273da6a62a9658a06 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Tue Nov 01 16:44:19 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Tue Nov 01 16:44:19 2011 -0700 |
tree | 60423bb0e14d06ad466179191bc8ba1838f571d9 | |
parent | 9f1863450e71e19bb8ff42e9a7c182c3f5f67c3d [diff] [blame] |
fix sourcing of openrc
diff --git a/exercises/floating_ips.sh b/exercises/floating_ips.sh index 06a2cd4..edf784c 100755 --- a/exercises/floating_ips.sh +++ b/exercises/floating_ips.sh
@@ -20,7 +20,9 @@ # ======== # Use openrc + stackrc + localrc for settings +pushd $(cd $(dirname "$0")/.. && pwd) source ./openrc +popd # Get a token for clients that don't support service catalog # ==========================================================