diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-13 11:22:57 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-13 11:22:57 +0200 |
commit | b541bf5a370e40feac2f0a612d28989994c19040 (patch) | |
tree | 0ca6fe35b392169ce41ae61adb9de308ff090835 | |
parent | ca9fffc54913e3cbf4e74ee5a8fca8213a550caf (diff) |
Uncomment internal TLS options for placement API
Placement API is still running over wsgi which can run with TLS on the
internal network; These options were commented from haproxy and doing
this breaks the TLS-everywhere setup.
Change-Id: I1194f1f487cdcf45541c0d139806aa3dc4456d6e
-rw-r--r-- | manifests/haproxy.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 42de8ba..13d4ba5 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1064,7 +1064,7 @@ class tripleo::haproxy ( }, public_ssl_port => $ports[nova_placement_ssl_port], service_network => $nova_placement_network, - #member_options => union($haproxy_member_options, $internal_tls_member_options), + member_options => union($haproxy_member_options, $internal_tls_member_options), } } |