aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-31 11:48:53 +0000
committerGerrit Code Review <review@openstack.org>2016-10-31 11:48:53 +0000
commita78b862cc58612d9c002486514d490af06e62f18 (patch)
tree7dbbbbdfe105c9d3466c7b07392ff72d55124ba4 /manifests/haproxy.pp
parent23e98fe884a012eb31657c00795db50c45815df5 (diff)
parentaa7315e58530861753e00779e55b5d4ab4ef5089 (diff)
Merge "Enable TLS in the internal network for aodh"
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index 2508dfb..5f563ba 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -918,6 +918,7 @@ class tripleo::haproxy (
server_names => hiera('aodh_api_node_names', $controller_hosts_names_real),
public_ssl_port => $ports[aodh_api_ssl_port],
service_network => $aodh_network,
+ member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}