aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-17 13:44:24 +0000
committerGerrit Code Review <review@openstack.org>2017-08-17 13:44:24 +0000
commit37da5edb7b7034c8871872701029c95b55a130de (patch)
treeec34ad0d8727a279f09e12d3189b81a753e161ef
parente8c24f9a379e4cf16fbc7affb7af176ea2bc7f66 (diff)
parentc7b87f0d1b8f21a1a114afab66a1b31108135f31 (diff)
Merge "HAProxy: Set listen options for internal services too"
-rw-r--r--manifests/haproxy/endpoint.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/haproxy/endpoint.pp b/manifests/haproxy/endpoint.pp
index 9139061..bc00f2d 100644
--- a/manifests/haproxy/endpoint.pp
+++ b/manifests/haproxy/endpoint.pp
@@ -133,6 +133,7 @@ define tripleo::haproxy::endpoint (
} else {
# internal service only
$public_bind_opts = {}
+ $listen_options_real = $listen_options
}
if $use_internal_certificates {