diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-04-09 14:58:25 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-04-09 14:58:43 +0800 |
commit | 36c851848b7e590665ca2883ae5524f032599ca5 (patch) | |
tree | e0ea58bbdbdfa406bd4662bc55c11a73b5913444 /lcm | |
parent | 492ed933f19287e8b052372f75c424d150bace92 (diff) |
Update vnflcm code of notification data 'error' field verification failed
Change-Id: Ib276db075d0961a7e2d39d7f38c3169c5bcd97d3
Issue-ID: VFC-1654
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/lcm/pub/utils/notificationsutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |