From 8901245ef55dc1f68d3a3e7d0002ac2a27d9970e Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Thu, 8 May 2014 13:35:28 +0100 Subject: [PATCH] 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 --- exercises/client-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/client-env.sh b/exercises/client-env.sh index 4e8259cd06..cc518d9a06 100755 --- a/exercises/client-env.sh +++ b/exercises/client-env.sh @@ -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