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:
		@@ -28,7 +28,7 @@ TOP_DIR=$(cd $EXERCISE_DIR/..; pwd)
 | 
				
			|||||||
source $TOP_DIR/functions
 | 
					source $TOP_DIR/functions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Import configuration
 | 
					# Import configuration
 | 
				
			||||||
source $TOP_DIR/openrc
 | 
					source $TOP_DIR/openrc admin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Import exercise configuration
 | 
					# Import exercise configuration
 | 
				
			||||||
source $TOP_DIR/exerciserc
 | 
					source $TOP_DIR/exerciserc
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user