Use internal endpoint for Nova notifications
Since https://review.openstack.org/#/c/254900/ has merged, Neutron can now send Nova notifications over the internal endpoint. Since the default is to use the public endpoint, it is not unlikely to experience breakage with Neutron-Nova notifications when using SSL termination on public endpoints. It is preferable to use the internal endpoint for internal service communication. Change-Id: I8bb55162cb22c0d8acb97903d7bd5766a9110982
This commit is contained in:
parent
0b3b3f4d62
commit
f0fe53ddc1
@ -102,6 +102,7 @@ user_domain_id = {{ nova_service_user_domain_id }}
|
|||||||
project_name = {{ nova_service_project_name }}
|
project_name = {{ nova_service_project_name }}
|
||||||
username = {{ nova_service_user_name }}
|
username = {{ nova_service_user_name }}
|
||||||
password = {{ nova_service_password }}
|
password = {{ nova_service_password }}
|
||||||
|
endpoint_type = internal
|
||||||
|
|
||||||
# Quotas
|
# Quotas
|
||||||
[quotas]
|
[quotas]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user