** Changed in: oslo.concurrency
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1366189

Title:
  mask_password doesn't handle non-ASCII characters

Status in Ceilometer:
  Invalid
Status in Ceilometer juno series:
  Fix Released
Status in OpenStack Compute (nova):
  Invalid
Status in OpenStack Compute (nova) icehouse series:
  Fix Released
Status in oslo.concurrency:
  Invalid
Status in oslo.utils:
  Fix Released
Status in Trove:
  Fix Released

Bug description:
  When the message passed to mask_password() contains non-ASCII
  characters the line:

        message = six.text_type(message)

  fails with:

        UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in
  position 128: ordinal not in range(128)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1366189/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to