Use the devstack LIBS_FROM_GIT mechanism to install shade from source if we have been asked to. This will allow us to do integration testing of shade and nodepool using the dsvm job. Change-Id: Ieee1225d15ba98959de5f809df240254433d5510 Depends-On: If323a7ab577c7942f4f98a42bbbb291c86d5b6f7
		
			
				
	
	
		
			13 lines
		
	
	
		
			455 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			455 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
NODEPOOL_CONFIG=/etc/nodepool/nodepool.yaml
 | 
						|
NODEPOOL_LOGGING=/etc/nodepool/logging.conf
 | 
						|
NODEPOOL_IMAGE_URL=https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
 | 
						|
NODEPOOL_IMAGE=$(basename "$NODEPOOL_IMAGE_URL" ".img")
 | 
						|
 | 
						|
IMAGE_URLS+=",$NODEPOOL_IMAGE_URL"
 | 
						|
 | 
						|
SHADE_REPO_URL=${SHADE_REPO_URL:-https://git.openstack.org/openstack-infra/shade}
 | 
						|
SHADE_REPO_REF=${SHADE_REPO_REF:-master}
 | 
						|
 | 
						|
enable_service geard
 | 
						|
enable_service nodepool
 |