Merge "Add forgotten 'Restart container' handler for swift"

This commit is contained in:
Zuul 2021-06-08 09:51:55 +00:00 committed by Gerrit Code Review
commit 8e9b4ced7e
3 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,7 @@
project_name: "swift"
swift_services:
swift-api:
swift-proxy-server:
group: swift-proxy-server
enabled: true
haproxy:

View File

@ -0,0 +1,4 @@
---
- name: Restart swift-proxy-server container
debug:
msg: "Noop. No need to restart the swift-proxy-server container"

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes Swift deploy when TLS enabled.
Added the missing handler and corrected the container name.
`LP#1931097 <https://launchpad.net/bugs/1931097>`__