This should cause easy_install to only contact our pypi mirrors when fetching packages. https://pythonhosted.org/setuptools/easy_install.html #restricting-downloads-with-allow-hosts Change-Id: I8f7f2bc8fb281cb038a3b493ef33427892b36536
		
			
				
	
	
		
			4 lines
		
	
	
		
			94 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			94 B
		
	
	
	
		
			INI
		
	
	
	
	
	
[easy_install]
 | 
						|
index_url = http://pypi.dfw.openstack.org/simple
 | 
						|
allow_hosts = *.openstack.org
 |