From: yangyan Date: Thu, 9 Apr 2020 06:58:25 +0000 (+0800) Subject: Update vnflcm code of notification data 'error' field verification failed X-Git-Tag: 1.3.9~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=36c851848b7e590665ca2883ae5524f032599ca5 Update vnflcm code of notification data 'error' field verification failed Change-Id: Ib276db075d0961a7e2d39d7f38c3169c5bcd97d3 Issue-ID: VFC-1654 Signed-off-by: yangyan --- 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)