diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-08-30 15:19:12 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-08-30 15:19:19 +0800 |
commit | 121fd98523ca75fc7856ae179cd72b26bd0b3778 (patch) | |
tree | a69ffabf5b3ac9d355961537a769f5ae2297171b | |
parent | cc4fa321dc9addf090ac889ad8c9a8297f84be6a (diff) |
Resolved data validation failure when NSLCM receives notifications
Change-Id: Ia642dc758b2eac001a8f41e2ee416e6d708b6c10
Issue-ID: VFC-1506
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-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 936cc5be..fd4efa36 100644 --- a/lcm/lcm/pub/utils/notificationsutil.py +++ b/lcm/lcm/pub/utils/notificationsutil.py @@ -246,7 +246,7 @@ def prepare_notification(nfinstid, jobid, operation, operation_state): 'affectedVirtualLinks': [], 'affectedVirtualStorages': [], 'changedExtConnectivity': [], - 'error': '', + 'error': {}, '_links': { 'vnfInstance': { 'href': '%s/vnf_instances/%s' % (const.URL_PREFIX, nfinstid) |