aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-08-08 16:57:20 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-08-08 17:00:31 +0800
commit28f2ae8ab619f47117ff83d6373462e18081edda (patch)
tree3d3d24327a7b2250cfa0f50b2bf742d3f2dc84b6
parentda67fee7a51eda8d50fe17243b66753082f3ff4e (diff)
fix bug for failure in creating ns vl to aai
Change-Id: Ie9c10bc6c194aff6ae3f83ca8d2291fa2fb93fc4 Issue-ID: VFC-1482 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rw-r--r--lcm/ns_vls/biz/create_vls.py16
1 files 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": [
{