From cf70097238b2bc3d17a0d592f9299be9b93046c2 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 1 Nov 2016 12:06:49 +0200 Subject: Enable TLS in the internal network for Cinder API This optionally enables TLS for Cinder API in the internal network. If internal TLS is enabled, each node that is serving the Cinder API service will use certmonger to request its certificate. bp tls-via-certmonger Change-Id: Ib4a9c8d3ca57f1b02e1bb0d150f333db501e9863 --- manifests/haproxy.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/haproxy.pp') diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 5f563ba..bd708af 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -779,6 +779,7 @@ class tripleo::haproxy ( }, public_ssl_port => $ports[cinder_api_ssl_port], service_network => $cinder_network, + member_options => union($haproxy_member_options, $internal_tls_member_options), } } -- cgit 1.2.3-korg