Skip to content

Commit 5634440

Browse files
yoctozeptomarkgoddard
authored andcommitted
Do not start swift-object-updater on stop
Change-Id: I7970c5b02f178fd8fb35c984117f6bc848353a5b Closes-Bug: #1906944 (cherry picked from commit 74ae14a)
1 parent adedd23 commit 5634440

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)