Allow Glance region to be set via variable
The region_name var is missing from the [glance] block in the nova.conf template, and while a conf override can be used, all other service blocks have region_name defined and overridable with service_region. Change-Id: I28ac078f9ebe24c8799638e93d0967003d0c0605
This commit is contained in:
parent
2928f95e1a
commit
a2fb474086
@ -135,6 +135,7 @@ enabled = False
|
||||
|
||||
# Glance
|
||||
[glance]
|
||||
region_name = {{ nova_service_region }}
|
||||
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
||||
{% if nova_glance_rbd_inuse | bool %}
|
||||
enable_rbd_download = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user