diff options
-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 02dddf1..39d606d 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1195,8 +1195,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 { |