Fixing this

This commit is contained in:
Joshua Harlow 2012-03-22 11:34:30 -07:00
parent 5d7753c199
commit d578eb624d

@ -25,12 +25,12 @@ then
exit 1
fi
# Now we start showing whats happening
set -x
# Get user configuration
source $CORE_RC
# Now we start showing whats happening
set -x
# Set the ec2 url so euca2ools works
export EC2_URL=$(keystone catalog --service ec2 | awk '/ publicURL / { print $4 }')