We are renaming the openstack-infra/config repo to openstack-infra/system-config. This patch edits the paths in the pypi.yaml files to reflect the name change. Change-Id: I40e417d31803d8e47e1558b7783e7216119e898d
		
			
				
	
	
		
			16 lines
		
	
	
		
			424 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			424 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# This file is managed by puppet.
 | 
						|
# https://git.openstack.org/cgit/openstack-infra/system-config
 | 
						|
 | 
						|
cache-root: /var/cache/pypimirror
 | 
						|
 | 
						|
mirrors:
 | 
						|
  - name: openstack
 | 
						|
    projects:
 | 
						|
      - git://git.openstack.org/openstack/requirements
 | 
						|
    output: /var/lib/pypimirror/openstack
 | 
						|
 | 
						|
  - name: openstack-infra
 | 
						|
    projects:
 | 
						|
      - git://git.openstack.org/openstack-infra/system-config
 | 
						|
    output: /var/lib/pypimirror/openstack-infra
 |