2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-08 08:38:33 +00:00

Fix async signature of xcc3 discovery

This commit is contained in:
Jarrod Johnson
2026-05-14 17:24:06 -04:00
parent fff2fa2101
commit d6ed984cb5
@@ -24,7 +24,7 @@ class NodeHandler(redfishbmc.NodeHandler):
def get_firmware_default_account_info(self):
return ('USERID', 'PASSW0RD')
def get_manager_url(self, wc):
async def get_manager_url(self, wc):
return '/redfish/v1/Managers/1'
async def scan(self):