From 4cfa7c066fbb60303fd5287c38eb59ffa2a298ae Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Fri, 1 Feb 2019 08:41:32 +0200 Subject: [PATCH] certmonger: Don't restart haproxy on cert renewal This is not needed for the external cert. Reloading is enough. Change-Id: I3b9f0650cfa1024ef0d03741cd41b64ac0c258c3 Related-Bug: #1811401 --- deployment/haproxy/haproxy-public-tls-certmonger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/haproxy/haproxy-public-tls-certmonger.yaml b/deployment/haproxy/haproxy-public-tls-certmonger.yaml index 6c3142ebee..29a3c1a089 100644 --- a/deployment/haproxy/haproxy-public-tls-certmonger.yaml +++ b/deployment/haproxy/haproxy-public-tls-certmonger.yaml @@ -69,7 +69,7 @@ outputs: - '/overcloud-haproxy-external.key' hostname: "%{hiera('cloud_name_external')}" principal: "haproxy/%{hiera('cloud_name_external')}" - postsave_cmd: "/usr/bin/certmonger-haproxy-refresh.sh restart external" + postsave_cmd: "/usr/bin/certmonger-haproxy-refresh.sh reload external" metadata_settings: - service: haproxy network: external