Comment 28 for bug 1455489

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

Reviewed: https://review.openstack.org/308946
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=50bcd8448ecab85194b4559569ebc8568191e481
Submitter: Jenkins
Branch: master

commit 50bcd8448ecab85194b4559569ebc8568191e481
Author: Georgy Kibardin <email address hidden>
Date: Thu Apr 21 14:52:43 2016 +0300

    Do restart mcollective after provisioning

    nailgun agent must not change mcollective config after provisioning
    cloudinit is responsible for that.

    It may happen that nailgun agent may be started by cron earlier than
    it is reconfigured and started by cloudinit. This leads to the
    situation when cloudinit reconfigures mcollective and issues start
    which doesn't do anything since it is already started by nailgun agent.
    Finally, mcollective is left started with incorrect default
    configuration.

    Change-Id: I0c6f3720943ad21e22899368832e451bc906b098
    Closes-Bug: #1455489