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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user