d8766baebbc543d2bf64efb1e9e2f0c529d03a09
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 95440920fd)
Team and repository tags
python-dracclient
Library for managing machines with Dell iDRAC cards.
- Free software: Apache license
- Documentation: https://docs.openstack.org/python-dracclient/latest
- Source: http://git.openstack.org/cgit/openstack/python-dracclient
- Bugs: https://bugs.launchpad.net/python-dracclient
Description
Languages
Python
100%