mirror of
https://opendev.org/x/pyghmi
synced 2025-01-27 19:37:44 +00:00
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
This commit is contained in:
parent
6360d54351
commit
52e3eb6874
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user