Skip to content

Commit 6c8eb2f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Do not start swift-object-updater on stop" into stable/victoria
2 parents 6bf9456 + 5634440 commit 6c8eb2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible/roles/swift/tasks/stop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
- name: Stopping swift-object-updater container
124124
become: true
125125
kolla_docker:
126-
action: "start_container"
126+
action: "stop_container"
127127
common_options: "{{ docker_common_options }}"
128128
name: "swift_object_updater"
129129
when:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)