Comment 1 for bug 1779412

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-dracclient (master)

Reviewed: https://review.openstack.org/579673
Committed: https://git.openstack.org/cgit/openstack/python-dracclient/commit/?id=0de8b417683527132f7ae6bc9a403a5a83b99488
Submitter: Zuul
Branch: master

commit 0de8b417683527132f7ae6bc9a403a5a83b99488
Author: Christopher Dearborn <email address hidden>
Date: Mon Jul 2 15:33:34 2018 -0400

    Filter out non-ASCII characters on invalid UTF8

    When an enumerate is done, it is possible that the iDRAC may return
    invalid UTF8 that contains non-ASCII characters. This causes an
    XMLSyntaxError to be thrown. This fix detects that situation and
    filters out all non-ASCII characters to bypass the error.

    See the following bug for further details:
    https://bugs.launchpad.net/python-dracclient/+bug/1779412

    Closes-Bug: #1779412
    Change-Id: I5003785dee922920dcdd95c8d7e2a26e0bf97a7d