config: add region_name to neutron

Change-Id: I58e1dac857b2a9c0474b78220d9d3ae29f2428c0
This commit is contained in:
Mohammed Naser 2020-02-19 14:18:30 +01:00
parent bbbbd94101
commit 0d7e1ec25c

View File

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