Skip to content

ipmicmd.get_update_status() called but not defined. #199

@celrick

Description

@celrick

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'"}}}

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions