From 8f7017c32612e20bfae7f0c9c39b7b439b15def1 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 19 Feb 2020 16:02:47 +0100 Subject: [PATCH] config: add region_name to nova Change-Id: I6a166b88967a1a56b36ea117295d35e137129cd6 --- templates/neutron.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/neutron.conf.j2 b/templates/neutron.conf.j2 index 0cab1854..b3faa1f5 100644 --- a/templates/neutron.conf.j2 +++ b/templates/neutron.conf.j2 @@ -108,7 +108,7 @@ send_events_interval = 2 # required by current dns integration implementation url = {{ designate_service_adminurl }} - +region_name = {{ neutron_service_region }} auth_type = password username = {{ neutron_service_user_name }} password = {{ neutron_service_password }} @@ -136,6 +136,7 @@ insecure = {{ keystone_service_adminuri_insecure | bool }} endpoint_type = internal [nova] +region_name = {{ neutron_service_region }} auth_type = password username = {{ neutron_service_user_name }} password = {{ neutron_service_password }}