client-env requires admin permissions

openstack endpoint show identity will not be successful without
admin permissions; this causes exercise.sh to fail because it
claims keystone is not present

Change-Id: I769d70d0439c0b4c7e174a0adad7adcf1938095e
Closes-bug: 1317507
This commit is contained in:
Bob Ball 2014-05-08 13:35:28 +01:00
parent ceda7cfe65
commit 8901245ef5

View File

@ -28,7 +28,7 @@ TOP_DIR=$(cd $EXERCISE_DIR/..; pwd)
source $TOP_DIR/functions
# Import configuration
source $TOP_DIR/openrc
source $TOP_DIR/openrc admin
# Import exercise configuration
source $TOP_DIR/exerciserc