Activity log for bug #1594935

Date Who What changed Old value New value Message
2016-06-21 18:42:20 John L. Villalovos bug added bug
2016-06-21 18:54:16 John L. Villalovos oslo.utils: assignee John L. Villalovos (happycamp)
2016-06-21 18:59:15 John L. Villalovos description So make_password when given a value of: {'ipmi_password': 'foo'} will return {'ipmi_password': '****'} But pass the same dict to make_dict_password() and it returns unchanged. So mask_password when given a value of:  {'ipmi_password': 'foo'} will return {'ipmi_password': '****'} But pass the same dict to mask_dict_password() and it returns unchanged.
2016-06-21 19:00:37 Victor Stinner bug added subscriber Victor Stinner
2016-06-28 10:50:12 ChangBo Guo(gcb) oslo.utils: status New Fix Released