2
0
mirror of https://opendev.org/x/pyghmi synced 2025-11-01 11:52:26 +00:00

Remove errant IBM nextscale id

It erroneously matched an M4 *node* rather than FPC.  Avoid
by not listing the errant ID.

Change-Id: Ieb4947658f65a3e9e8063b2d02e0705c03d690b1
This commit is contained in:
Jarrod Johnson
2016-05-16 16:09:34 -04:00
parent 66f50082c2
commit b9972f684d

View File

@@ -267,8 +267,7 @@ class OEMHandler(generic.OEMHandler):
def is_fpc(self):
"""True if the target is a Lenovo nextscale fan power controller
"""
fpc_ids = ((20301, 32, 462),
(19046, 32, 1063))
fpc_ids = ((19046, 32, 1063))
return (self.oemid['manufacturer_id'], self.oemid['device_id'],
self.oemid['product_id']) in fpc_ids