sushy/releasenotes/notes/allow_empty_context_eventdestination-9a96c34dd7edbeca.yaml
Iury Gregory Melo Ferreira 0a8d5e1d4d Fix Context for EventDestination
Context can be an empty string according to the redfish schema,
when creating a subscription with context using empty string we
can't retrieve the subscription via sushy because the BMC does not
report the field in the json and will cause MissingAttributeError
since we have `required=True` in the field.

Change-Id: I6329a12fedf0805e7e02659755b3d9d93f07923b
2021-07-16 10:18:18 +00:00

7 lines
240 B
YAML

---
fixes:
- |
Removes the requirement from `Context` to be present when requesting a
subscription, some BMCs do not report `Context` when the subscription is
created with empty string and would cause `MissingAttributeError`.