The check-glanceclient-dsvm-functional gate job was failing due to the functional tests not picking up valid OpenStack credentials. Update how we aquire credentials -- fixes side effect of how tox 2.0 handles environment variables. Change-Id: Ia665dc9673d09421508476d05039d2da8a5e1a29 Closes-bug: 1455102
		
			
				
	
	
		
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Credentials for functional testing
 | 
						|
[auth]
 | 
						|
uri = http://10.42.0.50:5000/v2.0
 | 
						|
 | 
						|
[admin]
 | 
						|
user = admin
 | 
						|
tenant = admin
 | 
						|
pass = secrete
 |