Merge "Enable proxy header parsing"

This commit is contained in:
Zuul 2018-07-05 17:39:14 +00:00 committed by Gerrit Code Review
commit 7388359e42
4 changed files with 8 additions and 0 deletions

View File

@ -117,3 +117,5 @@ lock_path = $state_path/lock
{% if enable_designate -%}
{% include "parts/section-designate" %}
{% endif -%}
{% include "section-oslo-middleware" %}

View File

@ -121,3 +121,5 @@ lock_path = $state_path/lock
[service_providers]
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
service_provider = VPN:strongswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
{% include "section-oslo-middleware" %}

View File

@ -123,3 +123,5 @@ lock_path = $state_path/lock
[service_providers]
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
service_provider = VPN:strongswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
{% include "section-oslo-middleware" %}

View File

@ -122,3 +122,5 @@ lock_path = $state_path/lock
[service_providers]
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
{% include "section-oslo-middleware" %}