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
10 lines
325 B
YAML
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.
|