diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-17 13:44:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-17 13:44:24 +0000 |
commit | 37da5edb7b7034c8871872701029c95b55a130de (patch) | |
tree | ec34ad0d8727a279f09e12d3189b81a753e161ef /manifests/haproxy | |
parent | e8c24f9a379e4cf16fbc7affb7af176ea2bc7f66 (diff) | |
parent | c7b87f0d1b8f21a1a114afab66a1b31108135f31 (diff) |
Merge "HAProxy: Set listen options for internal services too"
Diffstat (limited to 'manifests/haproxy')
-rw-r--r-- | manifests/haproxy/endpoint.pp | 1 |
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 { |