aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns_vnfs/biz/handle_notification.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns_vnfs/biz/handle_notification.py')
-rw-r--r--lcm/ns_vnfs/biz/handle_notification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/ns_vnfs/biz/handle_notification.py b/lcm/ns_vnfs/biz/handle_notification.py
index edcebbb2..647878c9 100644
--- a/lcm/ns_vnfs/biz/handle_notification.py
+++ b/lcm/ns_vnfs/biz/handle_notification.py
@@ -132,7 +132,7 @@ class HandleVnfLcmOocNotification(object):
if portResource:
vimId = ignore_case_get(portResource, 'vimConnectionId')
resourceId = ignore_case_get(portResource, 'resourceId')
- resourceName = ignore_case_get(portResource, 'resourceId') # replaced with resouceId temporarily
+ resourceName = ignore_case_get(portResource, 'resourceProviderId')
tenant = ignore_case_get(portResource, 'tenant')
ipAddress = ignore_case_get(portResource, 'ipAddress')
macAddress = ignore_case_get(portResource, 'macAddress')