mirror of
https://opendev.org/x/pyghmi
synced 2025-01-27 03:17:50 +00:00
Correct missing lookup in generic OEM redfish
Change-Id: I61efe187ee314ade91a05513d0fe55c614d98e25
This commit is contained in:
parent
63956d35cb
commit
ec1720c862
@ -17,9 +17,17 @@ import json
|
||||
import os
|
||||
import re
|
||||
|
||||
import pyghmi.constants as const
|
||||
import pyghmi.exceptions as exc
|
||||
import pyghmi.media as media
|
||||
|
||||
_healthmap = {
|
||||
'Critical': const.Health.Critical,
|
||||
'Unknown': const.Health.Warning,
|
||||
'Warning': const.Health.Warning,
|
||||
'OK': const.Health.Ok,
|
||||
}
|
||||
|
||||
boot_devices_write = {
|
||||
'net': 'Pxe',
|
||||
'network': 'Pxe',
|
||||
|
Loading…
x
Reference in New Issue
Block a user