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
This commit is contained in:
parent
15543abd17
commit
4cfa7c066f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user