Comment 4 for bug 1413677

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

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

commit 53213dea1f743a8baa94c2bd9b3994ef191c449e
Author: Amrith Kumar <email address hidden>
Date: Thu Jan 22 14:04:58 2015 -0500

    Correct calls to mask_password() which no longer work

    There were some places in the code where the mask_password() routine
    was being called incorrectly and these now resulted in a failure due
    to a newer version of oslo.utils (strutils).

    I've fixed the one location which was causing the reported failure and
    seven other places where the same incorrect code was present.

    Change-Id: I69f47806f1552358071b031a9ef68f016df0e7c2
    Closes-Bug: 1413677