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
(cherry picked from commit a2fb474086
)
This commit is contained in:
parent
c2045ba40e
commit
e98e736e05
@ -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…
Reference in New Issue
Block a user