create sdno service instance
authorLuji7 <lu.ji3@zte.com.cn>
Wed, 14 Sep 2016 15:36:30 +0000 (23:36 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Wed, 14 Sep 2016 15:36:30 +0000 (23:36 +0800)
Change-Id: Ia9780ea780bc9cf6b7ca83639dca2ff88cf3c722
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
openo-portal/portal-lifecyclemgr/js/gsolcm.js

index 338616a..f3988a1 100644 (file)
@@ -109,3 +109,8 @@ function instantiateNetworkService(gatewayUri, nsInstanceId, serviceInstance) {
     });
     return result;
 }
+
+function createSdnoServiceInstance(s1ServiceUrl, serviceInstance) {
+    var sdnoLcmNsUrl = '/openoapi/sdnonslcm/v1.0/ns';
+    createServiceInstance(s1ServiceUrl, sdnoLcmNsUrl, serviceInstance);
+}