From afc2bd83dca75cf5d0f281016af7c0ac46c212e4 Mon Sep 17 00:00:00 2001 From: Dave McCowan Date: Wed, 6 Apr 2016 23:14:04 -0700 Subject: [PATCH] Configure Neutron to use internalURL for contacting Nova The Kolla design is for services to use the internalURL for service to service communication. In Mitaka, Neutron added a new config parameter specifying which URL to use to to contact Nova, making the default 'public'. This patch sets the value to 'internal'. Change-Id: I2d36f3b4a860af9e9034ebfb2b5cea56450e5e4e Closes-Bug: #1565624 --- ansible/roles/neutron/templates/neutron.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/neutron/templates/neutron.conf.j2 b/ansible/roles/neutron/templates/neutron.conf.j2 index 202367d6bc..648c2dbe49 100644 --- a/ansible/roles/neutron/templates/neutron.conf.j2 +++ b/ansible/roles/neutron/templates/neutron.conf.j2 @@ -43,6 +43,7 @@ region_name = {{ openstack_region_name }} project_name = service username = {{ nova_keystone_user }} password = {{ nova_keystone_password }} +endpoint_type = internal [oslo_concurrency] lock_path = /var/lib/neutron/tmp