fix get ns bug 35/96135/1
authorhewei-cmss <hewei@cmss.chinamobile.com>
Mon, 23 Sep 2019 08:21:22 +0000 (16:21 +0800)
committerhewei-cmss <hewei@cmss.chinamobile.com>
Mon, 23 Sep 2019 08:21:22 +0000 (16:21 +0800)
Issue-ID: VFC-1504

Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com>
Change-Id: Ie08a0d2321f195445e42c15ccdb9af768849fe6d

lcm/ns/biz/ns_get.py

index 83c9233..472195d 100644 (file)
@@ -122,7 +122,7 @@ class GetNSInfoService(object):
                     'nsVirtualLinkProfileId': vl.vldid,
                     'vlInstanceName': vl.vlinstancename,
                     'resourceHandle': [{
-                        'vimId': vl.vimid,
+                        'vimConnectionId': vl.vimid,
                         'resourceId': vl.relatednetworkid,
                         'vimLevelResourceType': vl.vltype
                     }],