Browse code

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

Bob Ball authored on 2014/05/08 21:35:28
Showing 1 changed files
... ...
@@ -28,7 +28,7 @@ TOP_DIR=$(cd $EXERCISE_DIR/..; pwd)
28 28
 source $TOP_DIR/functions
29 29
 
30 30
 # Import configuration
31
-source $TOP_DIR/openrc
31
+source $TOP_DIR/openrc admin
32 32
 
33 33
 # Import exercise configuration
34 34
 source $TOP_DIR/exerciserc