From 28f2ae8ab619f47117ff83d6373462e18081edda Mon Sep 17 00:00:00 2001 From: hongyuzhao Date: Thu, 8 Aug 2019 16:57:20 +0800 Subject: [PATCH] fix bug for failure in creating ns vl to aai Change-Id: Ie9c10bc6c194aff6ae3f83ca8d2291fa2fb93fc4 Issue-ID: VFC-1482 Signed-off-by: hongyuzhao --- lcm/ns_vls/biz/create_vls.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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": [ { -- 2.16.6