From 36c851848b7e590665ca2883ae5524f032599ca5 Mon Sep 17 00:00:00 2001 From: yangyan Date: Thu, 9 Apr 2020 14:58:25 +0800 Subject: [PATCH] Update vnflcm code of notification data 'error' field verification failed Change-Id: Ib276db075d0961a7e2d39d7f38c3169c5bcd97d3 Issue-ID: VFC-1654 Signed-off-by: yangyan --- lcm/lcm/pub/utils/notificationsutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcm/lcm/pub/utils/notificationsutil.py b/lcm/lcm/pub/utils/notificationsutil.py index b57b470c..32667fa0 100644 --- a/lcm/lcm/pub/utils/notificationsutil.py +++ b/lcm/lcm/pub/utils/notificationsutil.py @@ -247,7 +247,7 @@ def prepare_notification(nfinstid, jobid, operation, operation_state): 'affectedVirtualLinks': [], 'affectedVirtualStorages': [], 'changedExtConnectivity': [], - 'error': {}, + 'error': None, '_links': { 'vnfInstance': { 'href': '%s/vnf_instances/%s' % (const.URL_PREFIX, nfinstid) -- 2.16.6