From e38e6d5d4f191252a2aeb28fe76b2d326af73e49 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 20 Mar 2019 15:26:56 +0200 Subject: [PATCH] Enable internal TLS options for ironic API This was missing from the haproxy configuration. This commit sets that up. Change-Id: I33a16d79cc26c8c239b575361517e0151f14503c Related-Bug: #1820815 --- manifests/haproxy.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 32e960907..61bbf064d 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1284,6 +1284,7 @@ class tripleo::haproxy ( mode => 'http', public_ssl_port => $ports[ironic_api_ssl_port], service_network => $ironic_network, + member_options => union($haproxy_member_options, $internal_tls_member_options), } }