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