From 52e3eb6874d04fcb9677bef90c3b1bcc7f3c8f54 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sun, 24 Apr 2016 07:39:20 -0400 Subject: [PATCH] Do not hook generic vendor identifier A prerelease system was using 7154 vendor id internally, but this is not going to be the case when released. Stop hooking generic value to avoid being overly aggressive. Change-Id: I19258e226c03b0158c9a4a3430eaa1de33c10648 --- pyghmi/ipmi/oem/lookup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyghmi/ipmi/oem/lookup.py b/pyghmi/ipmi/oem/lookup.py index b632bbe2..e123470b 100755 --- a/pyghmi/ipmi/oem/lookup.py +++ b/pyghmi/ipmi/oem/lookup.py @@ -21,8 +21,6 @@ import pyghmi.ipmi.oem.lenovo.handler as lenovo oemmap = { 20301: lenovo, # IBM x86 (and System X at Lenovo) 19046: lenovo, # Lenovo x86 (e.g. Thinkserver) - 7154: lenovo, # Technically, standard IPMI, but give lenovo a chance - # to check for MegaRAC }