Files
tacker/releasenotes/notes/suppot-error-handling-of-mgmt-b71d8312ae7626f9.yaml
YiFeng f2d4ae6be5 Support fault notification for error handling
In the MgmtDriver of fault notification, the error handling operation
is supported.
This patch solves the problem of Tacker double-logging or canceling
alarms and missing alarms on the monitoring server during error
handling.

Implements: blueprint support-autoheal-queue
Change-Id: I658876b8ae8be9a0d7e8660c67e654e6ad7ef5e8
2023-09-15 03:00:22 +00:00

10 lines
325 B
YAML

---
features:
- |
Support error handling for LCM using MgmtDriver in V2 API. We added the
``user_script_err_handling_data`` variable to hold the data that needs
to be preserved when the LCM fails.
At the same time, we updated the MgmtDriver of the FaultNotification
function to support error handling.