Merge "Trigger service restart on cert change"

This commit is contained in:
Zuul 2020-12-14 12:41:11 +00:00 committed by Gerrit Code Review
commit 9250239838
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@
dest: "/etc/octavia/certs/client_ca.pem"
- content: "{{ octavia_client_cert_fact }}"
dest: "/etc/octavia/certs/client.pem"
notify:
- Restart octavia services
- Restart uwsgi services