-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
| status = self.ipmicmd.get_update_status() |
Calls get_update_status but this is not defined. Should this be one of the handle_update functions?
$ grep -r "get_update_status"
confluent_server/confluent/plugins/hardwaremanagement/redfish.py: status = self.ipmicmd.get_update_status()
confluent_server/confluent/plugins/hardwaremanagement/ipmi.py: status = self.ipmicmd.get_update_status()
This causes nodefirmware updatestatus to fail:
# nodefirmware amd4101 updatestatus
{'databynode': {'amd4101': {'errorcode': 500, 'error': "Unexpected Error: 'IpmiCommandWrapper' object has no attribute 'get_update_status'"}}}