Comment 1 for bug 1416155

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

Reviewed: https://review.openstack.org/151484
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=b1b61221a96ad4298b8d81b44f9b20bdb4733231
Submitter: Jenkins
Branch: master

commit b1b61221a96ad4298b8d81b44f9b20bdb4733231
Author: Doug Shelley <email address hidden>
Date: Fri Jan 30 00:28:03 2015 +0000

    Changed hardcoded Mongodb username to variable

    The operating system user used by MongoDB for its files
    and processes was hardcoded to "mongodb" for Debian. Other
    linux variants use different users. This adds a variable,
    MONGO_USER which is set depending on the guest O/S.

    Change-Id: I5b47243ff13607766adfc3337d4e31d4c0598c2a
    Closes-bug: 1416155