Set os_region_name for cinder
Region name should be set to nova.conf and cinder.conf so that cinder volume can work in multiregion env. Closes-Bug: #1429738 Change-Id: Ib20911c24d8daabc07e6515f4a23a745d77593ff
This commit is contained in:
		@@ -242,6 +242,8 @@ function configure_cinder {
 | 
			
		||||
    # supported.
 | 
			
		||||
    iniset $CINDER_CONF DEFAULT enable_v1_api true
 | 
			
		||||
 | 
			
		||||
    iniset $CINDER_CONF DEFAULT os_region_name "$REGION_NAME"
 | 
			
		||||
 | 
			
		||||
    if is_service_enabled c-vol && [[ -n "$CINDER_ENABLED_BACKENDS" ]]; then
 | 
			
		||||
        local enabled_backends=""
 | 
			
		||||
        local default_name=""
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								lib/nova
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								lib/nova
									
									
									
									
									
								
							@@ -544,6 +544,8 @@ function create_nova_conf {
 | 
			
		||||
    iniset $NOVA_CONF DEFAULT ec2_workers "$API_WORKERS"
 | 
			
		||||
    iniset $NOVA_CONF DEFAULT metadata_workers "$API_WORKERS"
 | 
			
		||||
 | 
			
		||||
    iniset $NOVA_CONF cinder os_region_name "$REGION_NAME"
 | 
			
		||||
 | 
			
		||||
    if [[ "$NOVA_BACKEND" == "LVM" ]]; then
 | 
			
		||||
        iniset $NOVA_CONF libvirt images_type "lvm"
 | 
			
		||||
        iniset $NOVA_CONF libvirt images_volume_group $DEFAULT_VOLUME_GROUP_NAME
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user