Fix Network Name Conflict Problem when Creating Network Writing to AAI 79/92979/1
authoryangyan <yangyanyj@chinamobile.com>
Thu, 8 Aug 2019 02:02:23 +0000 (10:02 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Thu, 8 Aug 2019 02:02:30 +0000 (10:02 +0800)
Change-Id: I248d1d83f8f94bec8d3a7946a8c3bf041fd74cc3
Issue-ID: VFC-1480
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/ns_vls/biz/create_vls.py

index 1ddd7ce..c886854 100644 (file)
@@ -209,7 +209,7 @@ class CreateVls(object):
             self.service_type = ns_insts[0].service_type
             data = {
                 "network-id": self.vl_inst_id,
-                "network-name": self.vl_inst_name,
+                "network-name": self.vl_inst_id,
                 "is-bound-to-vpn": False,
                 "is-provider-network": True,
                 "is-shared-network": True,