James Carey e54a359733 Enable mask_password to handle byte code strings
Byte code strings passed into mask_password cause the coersion to
six.text_type to fail with a UnicodeDecodeError.  The code can
work with the byte code string, but the incoming message may be
an i18n object that has to be coerced.

The temporary fix is to ignore the UnicodeDecodeError on the
coersion.   A better solution will be provided for Kilo.

This is related to cinder bug #1368527

Change-Id: Ifb60942b7cdfe4d184f59012c29caa9fa71fb053
Closes-bug: #1366189
Closes-bug: #1368527
2014-09-15 21:07:35 +00:00
2014-06-18 23:12:10 -04:00
2014-06-18 23:12:10 -04:00
2014-07-23 16:05:59 -04:00
2014-08-30 08:35:42 +00:00

oslo.utils

oslo.utils library

Description
OpenStack library utils
Readme 8 MiB
Languages
Python 100%