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
This commit is contained in:
Dave McCowan 2016-04-06 23:14:04 -07:00
parent d3f7eee9c1
commit afc2bd83dc
1 changed files with 1 additions and 0 deletions

View File

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