Comment 3 for bug 1816194

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

Reviewed: https://review.openstack.org/645293
Committed: https://git.openstack.org/cgit/openstack/python-dracclient/commit/?id=d8766baebbc543d2bf64efb1e9e2f0c529d03a09
Submitter: Zuul
Branch: stable/queens

commit d8766baebbc543d2bf64efb1e9e2f0c529d03a09
Author: Christopher Dearborn <email address hidden>
Date: Thu Feb 14 16:23:31 2019 -0500

    Filter unprintable ASCII during enumeration

    When enumerating DCIM_ControllerView, the DriverVersion field may have
    unprintable ASCII characters in it if the server has a BOSS card. In
    the past, it was observed that this field could contain unprintable
    non-ASCII characters, but unprintable ASCII characters have been
    found in it as well.

    This fix changes the filtering so that only printable ASCII
    characters and the tab character pass the filter.

    Closes-Bug: 1816194
    Change-Id: If7274fed19fb763aa7c2e4adc3676a4e3c26aee0
    (cherry picked from commit 95440920fd487cea921883f71f619fdfa8229669)