diff options
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r-- | manifests/haproxy.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 5b69edd..951a6fb 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -972,7 +972,8 @@ class tripleo::haproxy ( ip_addresses => hiera('barbican_api_node_ips', $controller_hosts_real), server_names => hiera('aodh_api_node_names', $controller_hosts_names_real), public_ssl_port => $ports[barbican_api_ssl_port], - service_network => $barbican_network + service_network => $barbican_network, + member_options => union($haproxy_member_options, $internal_tls_member_options), } } |