Comment 2 for bug 1381018

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/128240
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=c9b51b1a840d40b1c1543059a93d2b729050c2e7
Submitter: Jenkins
Branch: master

commit c9b51b1a840d40b1c1543059a93d2b729050c2e7
Author: Vladimir Kuklin <email address hidden>
Date: Tue Oct 14 15:05:24 2014 +0400

    Do not kill swift replicator services

    To move from exec to SysV provider of the service
    in previous releases we had to kill swift replicator
    service with swift-init kill command.

    This is not what we need in 6.0 release as we
    are already managing everything with default OS
    providers. Moreover, this commit is error-prone
    for Ubuntu with upstart provider.

    Change-Id: I9ed3a030b4987f919a9f9ec2d9351f0b2c3623b0
    Closes-bug: #1381018