Requires https://review.openstack.org/#/c/23771/ Change-Id: If2db2516789a01fc60e6dbd0be062a8bf00ed9bc Reviewed-on: https://review.openstack.org/23774 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
		
			
				
	
	
		
			16 lines
		
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# This file is managed by puppet.
 | 
						|
# https://github.com/openstack-infra/config
 | 
						|
 | 
						|
cache-root: /var/cache/pypimirror
 | 
						|
 | 
						|
mirrors:
 | 
						|
  - name: openstack
 | 
						|
    projects:
 | 
						|
      - https://github.com/openstack/requirements
 | 
						|
    output: /var/lib/pypimirror/openstack
 | 
						|
 | 
						|
  - name: openstack-infra
 | 
						|
    projects:
 | 
						|
      - https://github.com/openstack-infra/config
 | 
						|
    output: /var/lib/pypimirror/openstack-infra
 |