mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Revised fix for redfish name missing case
This commit is contained in:
parent
c8931ae6e7
commit
65b4cbe8cc
@ -832,6 +832,7 @@ class IpmiHandler(object):
|
||||
del newinf['information']['name']
|
||||
if (fnmatch(newinf['name'], 'Adapter ??:??:??') or
|
||||
fnmatch(newinf['name'], 'PCIeGen? x*') or
|
||||
not newinf['name'] or
|
||||
newinf['name'] == 'Adapter' or
|
||||
newinf['name'].startswith('slot_') or
|
||||
newinf['name'].startswith('ob_')):
|
||||
|
Loading…
Reference in New Issue
Block a user