Comment 4 for bug 1446735

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (stable/kilo)

Reviewed: https://review.openstack.org/176223
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=4a9c718a285f64c8baddeab3c88fa1c1bb5d3322
Submitter: Jenkins
Branch: stable/kilo

commit 4a9c718a285f64c8baddeab3c88fa1c1bb5d3322
Author: Doug Shelley <email address hidden>
Date: Tue Apr 21 16:37:56 2015 -0400

    Remove [Service] section from mongo config tmpl

    The mongodb guest wasn't starting up on Ubuntu or Fedora
    due to the presense of a [Service] section in /etc/mongodb.conf.
    I believe this section was not intended for config.template but
    should be in the systemd script for mongo. For now, we will
    revert this change and consider a better way to fix it for
    Liberty.

    The change that introduced this is:
    https://review.openstack.org/#/c/150131

    Cherry-pick of 31fe90a6a899cab4751b1947823ef138869c1fe5 from master
    Change-Id: I090c95185f732485a21f6d38df1655e205a07224
    Closes-bug: 1446735