Merge "Use octavia_service_internaluri instead of url"

This commit is contained in:
Zuul 2018-05-23 12:01:51 +00:00 committed by Gerrit Code Review
commit 431032a5f4

View File

@ -211,7 +211,7 @@ service_provider = {{ neutron_vpnaas_service_provider }}
{% if neutron_lbaasv2 | bool %}
{% if neutron_lbaas_octavia | bool %}
[octavia]
base_url= {{ octavia_service_url }}
base_url= {{ octavia_service_internaluri }}
request_poll_timeout = {{ neutron_octavia_request_poll_timeout }}
{% endif %}