From 11b2546966580b1c4f0943a881239194a030cf19 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Tue, 18 Jul 2017 12:14:36 +0200 Subject: Stop also openstack-swift-object-expirer when upgrading swift services openstack-swift-object-expirer is not stopped when running the upgrade tasks so forth when changing to containers the service is still running after upgrading to docker. This service is added by default here: https://review.openstack.org/#/c/404149 But it wasnt stopped when running the upgrade tasks. Related also to this RHBZ#1470005 Change-Id: I8d5f195095d702057c3b2741127e7338d7451aad Closes-Bug: 1699444 --- docker/services/swift-storage.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/services/swift-storage.yaml') diff --git a/docker/services/swift-storage.yaml b/docker/services/swift-storage.yaml index 04e58b4a..e879b25d 100644 --- a/docker/services/swift-storage.yaml +++ b/docker/services/swift-storage.yaml @@ -462,6 +462,7 @@ outputs: - openstack-swift-container-updater - openstack-swift-container - openstack-swift-object-auditor + - openstack-swift-object-expirer - openstack-swift-object-replicator - openstack-swift-object-updater - openstack-swift-object -- cgit 1.2.3-korg