config: add region_name to nova

Change-Id: I6a166b88967a1a56b36ea117295d35e137129cd6
(cherry picked from commit 8f7017c32612e20bfae7f0c9c39b7b439b15def1)
This commit is contained in:
Mohammed Naser 2020-02-19 16:02:47 +01:00 committed by Dmitriy Rabotyagov
parent acef9066af
commit 59c7dc1318

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