From: hongyuzhao Date: Thu, 8 Aug 2019 08:57:20 +0000 (+0800) Subject: fix bug for failure in creating ns vl to aai X-Git-Tag: 1.3.4~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=28f2ae8ab619f47117ff83d6373462e18081edda;p=vfc%2Fnfvo%2Flcm.git fix bug for failure in creating ns vl to aai Change-Id: Ie9c10bc6c194aff6ae3f83ca8d2291fa2fb93fc4 Issue-ID: VFC-1482 Signed-off-by: hongyuzhao --- diff --git a/lcm/ns_vls/biz/create_vls.py b/lcm/ns_vls/biz/create_vls.py index c8868540..c087892e 100644 --- a/lcm/ns_vls/biz/create_vls.py +++ b/lcm/ns_vls/biz/create_vls.py @@ -214,14 +214,14 @@ class CreateVls(object): "is-provider-network": True, "is-shared-network": True, "is-external-network": True, - "subnets": { - "subnet": [ - { - "subnet-id": self.related_subnetwork_id, - "dhcp-enabled": False - } - ] - }, + # "subnets": { + # "subnet": [ + # { + # "subnet-id": self.related_subnetwork_id, + # "dhcp-enabled": False + # } + # ] + # }, "relationship-list": { "relationship": [ {