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:
parent
c5ab3e0c86
commit
679f395fbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user