John L. Villalovos
893ac87468
Make mask_dict_password consistent with mask_password
mask_password when given a value of: {'ipmi_password': 'foo'} will return {'ipmi_password': '****'} But passing the same dict to mask_dict_password() would return the dict unchanged. This fixes it so that it works consistently on which keys will trigger a masking of the password. Change-Id: I279f245fa750a57809c9d000137c4f9baf44cd40 Closes-Bug: #1594935
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.utils
- Source: http://git.openstack.org/cgit/openstack/oslo.utils
- Bugs: http://bugs.launchpad.net/oslo.utils
Description
Languages
Python
100%