Comment 1 for bug 1816194

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

Reviewed: https://review.openstack.org/637061
Committed: https://git.openstack.org/cgit/openstack/python-dracclient/commit/?id=95440920fd487cea921883f71f619fdfa8229669
Submitter: Zuul
Branch: master

commit 95440920fd487cea921883f71f619fdfa8229669
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