Using oslo logging in the library is causing duplicate option errors in tempest. Instead this commit switches to the stdlib python logging module.
		
			
				
	
	
		
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			159 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[DEFAULT]
 | 
						|
 | 
						|
# The list of modules to copy from oslo-incubator.git
 | 
						|
module=versionutils
 | 
						|
 | 
						|
 | 
						|
# The base module to hold the copy of openstack.common
 | 
						|
base=tempest_lib
 |