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:
@@ -135,6 +135,7 @@ enabled = False
|
|||||||
|
|
||||||
# Glance
|
# Glance
|
||||||
[glance]
|
[glance]
|
||||||
|
region_name = {{ nova_service_region }}
|
||||||
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
||||||
{% if nova_glance_rbd_inuse | bool %}
|
{% if nova_glance_rbd_inuse | bool %}
|
||||||
enable_rbd_download = True
|
enable_rbd_download = True
|
||||||
|
|||||||
Reference in New Issue
Block a user