2
0
mirror of https://opendev.org/x/pyghmi synced 2025-08-14 23:20:19 +00:00

iSCSI settings aren't viable, mask for now

The iSCSI attempts require special consideration that is
not currently implemented.  Mask it out for now.

Change-Id: I07de1ddce7474cd53755681d1d9e7ecf0bcbf56f
This commit is contained in:
Jarrod Johnson
2018-03-09 15:12:12 -05:00
parent 0bd140036c
commit d506f5142f

View File

@@ -265,6 +265,9 @@ class LenovoFirmwareConfig(object):
sortid = 0
for config in xml.iter("config"):
lenovo_id = config.get("ID")
if lenovo_id == 'iSCSI':
# Do not support iSCSI at this time
continue
for group in config.iter("group"):
lenovo_group = group.get("ID")
for setting in group.iter("setting"):