We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf9456 + 5634440 commit 6c8eb2fCopy full SHA for 6c8eb2f
ansible/roles/swift/tasks/stop.yml
@@ -123,7 +123,7 @@
123
- name: Stopping swift-object-updater container
124
become: true
125
kolla_docker:
126
- action: "start_container"
+ action: "stop_container"
127
common_options: "{{ docker_common_options }}"
128
name: "swift_object_updater"
129
when:
releasenotes/notes/bug-1906944-38798e1348ff9c97.yaml
@@ -0,0 +1,6 @@
1
+---
2
+fixes:
3
+ - |
4
+ Fixes Swift's stop action. It will no longer try to start
5
+ ``swift-object-updater`` container again.
6
+ `LP#1906944 <https://launchpad.net/bugs/1906944>`__
0 commit comments