Redfish event subscription failing on iLO6 hardware due to usage of older schema

Bug #2045642 reported by kesper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ironic
Triaged
Medium
kesper

Bug Description

Event subscription of Ironic Redfish driver is failing on iLO6 based HPE hardware, since Ironic redfish driver using deprecated attribute (EventTypes) in redfish schema, and iLO6 is expecting the latest one (RegistryPrefixes).

Payload of Ironic redfish driver for "create_subscription":

payload = {
            'Destination'
            'Protocol'
            'Context'
            'EventTypes'
}

Payload iLO6 expecting for "create_subscription":
payload = {
            'Destination'
            'Protocol'
            'Context'
            'RegistryPrefixes'
}

kesper (paresh-h-sao)
Changed in ironic:
assignee: nobody → kesper (paresh-h-sao)
Changed in ironic:
status: New → Triaged
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.