Merge "Fixes transparent binding to OpenDaylight in HA Proxy"
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user