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:
parent
ceda7cfe65
commit
8901245ef5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user