Skip to content
Snippets Groups Projects
Commit 74ae14a0 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Do not start swift-object-updater on stop

Change-Id: I7970c5b02f178fd8fb35c984117f6bc848353a5b
Closes-Bug: #1906944
parent ace3562f
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@
- name: Stopping swift-object-updater container
become: true
kolla_docker:
action: "start_container"
action: "stop_container"
common_options: "{{ docker_common_options }}"
name: "swift_object_updater"
when:
......
---
fixes:
- |
Fixes Swift's stop action. It will no longer try to start
``swift-object-updater`` container again.
`LP#1906944 <https://launchpad.net/bugs/1906944>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment