Comment 2 for bug 1266590

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

Reviewed: https://review.openstack.org/65167
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=fa0f36fae9d572535d10a7e99297faed700ba584
Submitter: Jenkins
Branch: master

commit fa0f36fae9d572535d10a7e99297faed700ba584
Author: Brant Knudson <email address hidden>
Date: Mon Jan 6 16:42:29 2014 -0600

    Fix database connection string is secret

    The database connection string was not marked as secret, so it
    would be printed out in cleartext in the logs when config settings
    were logged.

    The database connection string typically contains the password
    that's used to connect to the database, so it should be marked as
    secret so that it doesn't get logged.

    Change-Id: If6e1026814262c961a4f22d90f546cec34831bc8
    Closes-Bug: #1266590