mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 19:37:57 +00:00
Skip generic redfish check
For now, it won't do anything but waste resources.
This commit is contained in:
parent
b3c0810574
commit
6f272b9d50
@ -376,6 +376,7 @@ def check_fish(urldata):
|
||||
data['services'] = ['service:management-hardware.Lenovo:lenovo-xclarity-controller']
|
||||
return data
|
||||
except (IndexError, KeyError):
|
||||
return None
|
||||
url = '/redfish/v1/'
|
||||
peerinfo = wc.grab_json_response('/redfish/v1/')
|
||||
if url == '/redfish/v1/':
|
||||
|
Loading…
x
Reference in New Issue
Block a user