Do not start swift-object-updater on stop
Change-Id: I7970c5b02f178fd8fb35c984117f6bc848353a5b Closes-Bug: #1906944
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
- name: Stopping swift-object-updater container
|
- name: Stopping swift-object-updater container
|
||||||
become: true
|
become: true
|
||||||
kolla_docker:
|
kolla_docker:
|
||||||
action: "start_container"
|
action: "stop_container"
|
||||||
common_options: "{{ docker_common_options }}"
|
common_options: "{{ docker_common_options }}"
|
||||||
name: "swift_object_updater"
|
name: "swift_object_updater"
|
||||||
when:
|
when:
|
||||||
|
6
releasenotes/notes/bug-1906944-38798e1348ff9c97.yaml
Normal file
6
releasenotes/notes/bug-1906944-38798e1348ff9c97.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
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>`__
|
Reference in New Issue
Block a user