From f0fe53ddc16902ef1821947e575ab2e078564345 Mon Sep 17 00:00:00 2001 From: Logan V Date: Fri, 18 Mar 2016 14:48:40 -0500 Subject: [PATCH] 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 --- templates/neutron.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/neutron.conf.j2 b/templates/neutron.conf.j2 index 17573475..386ff548 100644 --- a/templates/neutron.conf.j2 +++ b/templates/neutron.conf.j2 @@ -102,6 +102,7 @@ user_domain_id = {{ nova_service_user_domain_id }} project_name = {{ nova_service_project_name }} username = {{ nova_service_user_name }} password = {{ nova_service_password }} +endpoint_type = internal # Quotas [quotas]