diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-01 12:12:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-01 12:12:57 +0000 |
commit | 7ecb68289f32b766a7e5911e6c2b879ae8e454fd (patch) | |
tree | 910f9f2620a9b9bc6c98ed1d73791f4ff6549626 /manifests | |
parent | fef327412e6c99db16b8ed6111a98bffc1059b65 (diff) | |
parent | 8ee57d6b61c5d3951c147d159e42e12a1c354cfc (diff) |
Merge "Fixes transparent binding to OpenDaylight in HA Proxy"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/haproxy.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 5f563ba..496581e 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1197,8 +1197,8 @@ class tripleo::haproxy ( $opendaylight_api_vip = hiera('opendaylight_api_vip', $controller_virtual_ip) $opendaylight_bind_opts = { - "${opendaylight_api_vip}:8081" => [], - "${public_virtual_ip}:8081" => [], + "${opendaylight_api_vip}:8081" => $haproxy_listen_bind_param, + "${public_virtual_ip}:8081" => $haproxy_listen_bind_param, } if $opendaylight { |