aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-19 03:06:40 +0000
committerGerrit Code Review <review@openstack.org>2017-08-19 03:06:40 +0000
commitc34163c79b14eee8b67fb1fbfb4eadd820b45166 (patch)
treef957a9a8399431e1dc7d55630af35be765cb372e /manifests/haproxy.pp
parentf7d34f038d7d5ff1d4fd05955e2f444ffd44b023 (diff)
parent264f22835a51893b5308bb2ade043c201d18c49b (diff)
Merge "Add TLS for nova metadata service"
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 4d37458..9939ca9 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -1035,6 +1035,7 @@ class tripleo::haproxy (
'option' => [ 'httpchk', ],
},
service_network => $nova_metadata_network,
+ member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}