Update vnflcm code of notification data 'error' field verification failed 86/105486/4
authoryangyan <yangyanyj@chinamobile.com>
Thu, 9 Apr 2020 06:58:25 +0000 (14:58 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Thu, 9 Apr 2020 06:58:43 +0000 (14:58 +0800)
Change-Id: Ib276db075d0961a7e2d39d7f38c3169c5bcd97d3
Issue-ID: VFC-1654
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/lcm/pub/utils/notificationsutil.py

index b57b470..32667fa 100644 (file)
@@ -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)