Merge "config: add region_name to nova"

This commit is contained in:
Zuul 2020-05-21 18:59:48 +00:00 committed by Gerrit Code Review
commit 2a42d4533c

View File

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