Comment 12 for bug 1348838

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

Reviewed: https://review.openstack.org/112442
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=81ea399c7ac3ebfa70d607a3f374fac4e9819a8d
Submitter: Jenkins
Branch: stable/icehouse

commit 81ea399c7ac3ebfa70d607a3f374fac4e9819a8d
Author: Nikhil Komawar <email address hidden>
Date: Wed Jul 30 13:34:32 2014 -0400

    Do not log password in swift URLs in g-registry

    There was a debug level log with the locations added to it.
    This change fixes the log to not contain that sensitive info.

    Fixes bug 1348838

    Conflicts:
     glance/registry/api/v1/images.py

    Needed changes for Icehouse:
    - use fixture.iteritems() instead of six.iteritems(fixture) in unit
      tests.

    Change-Id: I3c5b29616c8d76bed17dbd31a8f4fc7ccd2dd945
    (cherry picked from commit 28fdfdbaca81adcc94d5e6d57c55f7c985d6c512)