Merge "Use internalURL for internal communication"
This commit is contained in:
commit
4d0fb0b7f6
@ -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 }}
|
||||
|
||||
|
@ -65,3 +65,6 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
driver = noop
|
||||
|
||||
[clients]
|
||||
endpoint_type = internalURL
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user