From a2fb474086f91b58a55308f091f4b4a841942646 Mon Sep 17 00:00:00 2001 From: James Denton Date: Tue, 15 Aug 2023 09:44:36 -0500 Subject: [PATCH] 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 --- templates/nova.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index b38a113a..f70d5c83 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -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