aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal')
-rw-r--r--openo-portal/portal-lifecyclemgr/js/gsolcm.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/openo-portal/portal-lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/js/gsolcm.js
index 338616a4..f3988a19 100644
--- a/openo-portal/portal-lifecyclemgr/js/gsolcm.js
+++ b/openo-portal/portal-lifecyclemgr/js/gsolcm.js
@@ -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);
+}