2
0
mirror of https://opendev.org/x/pyghmi synced 2024-12-25 12:41:37 +00:00

Fix IPMI identify on/off for IMM/XCC systems

Change-Id: I0fff2fe94d194e44f75dd09f73a6a326f127f8c8
This commit is contained in:
Jarrod Johnson 2024-09-12 15:37:40 -04:00
parent 3278c762f9
commit 61f463885f

View File

@ -975,6 +975,7 @@ class XCCClient(IMMClient):
{'IndicatorLED': 'Blinking'},
method='PATCH')
raise pygexc.BypassGenericBehavior()
raise pygexc.UnsupportedFunctionality()
def get_description(self):
dsc = self.wc.grab_json_response('/DeviceDescription.json')