From 0d7e1ec25c5946b8260bdbff3f4845a5ea55eed7 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 19 Feb 2020 14:18:30 +0100 Subject: [PATCH] config: add region_name to neutron Change-Id: I58e1dac857b2a9c0474b78220d9d3ae29f2428c0 --- templates/nova.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index 4557c6b2..a85a756c 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -117,6 +117,7 @@ insecure = {{ keystone_service_internaluri_insecure | bool }} # Neutron [neutron] +region_name = {{ nova_service_region }} auth_type = password default_floating_pool = public username = {{ nova_service_user_name }} @@ -139,6 +140,7 @@ notification_format = {% if nova_versioned_notification_enabled %}both{% else %} {% endif %} [placement] +region_name = {{ nova_service_region }} auth_type = password username = {{ nova_service_user_name }} password = {{ nova_service_password }}