2
0
mirror of https://opendev.org/x/pyghmi synced 2025-02-22 13:30:24 +00:00

Merge "Remove errant IBM nextscale id"

This commit is contained in:
Jenkins 2016-05-17 14:15:43 +00:00 committed by Gerrit Code Review
commit 622f401f27

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