Comment 2 for bug 1804528

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

Reviewed: https://review.openstack.org/620686
Committed: https://git.openstack.org/cgit/openstack/oslo.utils/commit/?id=ddc436925887b6ece4aba19a36e53ede0b22ae21
Submitter: Zuul
Branch: master

commit ddc436925887b6ece4aba19a36e53ede0b22ae21
Author: Ben Nemec <email address hidden>
Date: Wed Nov 28 19:38:48 2018 +0000

    Support non-dict mappings in mask_dict_password

    mask_dict_password doesn't actually have a dependency on the dict
    type specifically. It can work on any subclass of collections.Mapping.
    This changes the isinstance check to reflect that and adds a unit
    test using a collections.Mapping subclass.

    Change-Id: I28781acf027b9b34f8274196db5dd4d2a9adc9ba
    Closes-Bug: 1804528