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:
parent
3278c762f9
commit
61f463885f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user