Merge "Use internalURL for internal communication"

This commit is contained in:
Jenkins 2016-03-07 23:15:18 +00:00 committed by Gerrit Code Review
commit 4d0fb0b7f6
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@ registry_host = {{ kolla_internal_fqdn }}
show_image_direct_url= True
{% endif %}
cinder_catalog_info = volume:cinder:internalURL
[database]
connection = mysql+pymysql://{{ glance_database_user }}:{{ glance_database_password }}@{{ glance_database_address }}/{{ glance_database_name }}

View File

@ -65,3 +65,6 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
[oslo_messaging_notifications]
driver = noop
[clients]
endpoint_type = internalURL

View File

@ -12,6 +12,7 @@ bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4'][
bind_port = {{ neutron_server_port }}
api_paste_config = /usr/share/neutron/api-paste.ini
endpoint_type = internalURL
# NOTE(SamYaple): We must specify this value here rather than the metadata conf
# because it is used by the l3 and dhcp agents. The reason the path has 'kolla'