Merge "Add forgotten 'Restart container' handler for swift"
This commit is contained in:
commit
8e9b4ced7e
@ -2,7 +2,7 @@
|
||||
project_name: "swift"
|
||||
|
||||
swift_services:
|
||||
swift-api:
|
||||
swift-proxy-server:
|
||||
group: swift-proxy-server
|
||||
enabled: true
|
||||
haproxy:
|
||||
|
4
ansible/roles/swift/handlers/main.yml
Normal file
4
ansible/roles/swift/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Restart swift-proxy-server container
|
||||
debug:
|
||||
msg: "Noop. No need to restart the swift-proxy-server container"
|
6
releasenotes/notes/bug-1931097-c94832ed2ed92c3a.yaml
Normal file
6
releasenotes/notes/bug-1931097-c94832ed2ed92c3a.yaml
Normal 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>`__
|
Loading…
Reference in New Issue
Block a user