Remove remaining os_region_name

This patch removes glance_store/os_region_name from glance-cache.conf,
because the parameter should have been removed when we replaced it by
cinder_os_region_name[1]

[1] 9e82f598ad

Change-Id: I18012986b816b52b4ac8b81354b3f30b0bc8c48c
This commit is contained in:
Takashi Kajinami 2020-05-21 21:46:15 +09:00
parent 8e4c57b6a3
commit ccadb53ef1
1 changed files with 0 additions and 1 deletions

View File

@ -550,7 +550,6 @@ enabled_backends instead.')
'DEFAULT/image_cache_dir': value => $image_cache_dir;
'DEFAULT/image_cache_stall_time': value => $image_cache_stall_time;
'DEFAULT/image_cache_max_size': value => $image_cache_max_size;
'glance_store/os_region_name': value => $os_region_name;
}
if $image_import_plugins != $::os_service_default {