openstacksdk/releasenotes/notes/add-new-field-progress-details-in-notification-resource-f7871acb6ffd46dc.yaml
niraj singh 1066c9385f Add support to get recovery workflow details
In microversion 1.1, Masakari supports to return ``recovery_workflow_details``
information of the notification in ``GET /notifications/{notification_id}``
API. Added ``recovery_workflow_details `` attribute to Notification class
to read the recovery_workflow_details of the notification.

Change-Id: I639fd38312c88522ac6dc628eb3b798066cca74d
2019-03-08 13:14:02 +00:00

8 lines
312 B
YAML

---
features:
- |
In microversion 1.1, Masakari returns ``recovery_workflow_details`` information
of the notification in ``GET /notifications/{notification_id}`` API. Added
``recovery_workflow_details`` attribute to Notification class to read the
recovery_workflow_details of the notification.