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:
James Denton 2023-08-15 09:44:36 -05:00
parent 2928f95e1a
commit a2fb474086
1 changed files with 1 additions and 0 deletions

View File

@ -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