diff options
author | Luji7 <lu.ji3@zte.com.cn> | 2016-09-14 23:36:30 +0800 |
---|---|---|
committer | Luji7 <lu.ji3@zte.com.cn> | 2016-09-14 23:36:30 +0800 |
commit | 55c653d27f5c5042c3fb0adddce32500501e7b70 (patch) | |
tree | e716a5c772664dc86eb74e1d0ab5a461251825da | |
parent | e5e088482623f767b4c1d471ee54e2a67b3a444a (diff) |
create sdno service instance
Change-Id: Ia9780ea780bc9cf6b7ca83639dca2ff88cf3c722
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
-rw-r--r-- | openo-portal/portal-lifecyclemgr/js/gsolcm.js | 5 |
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); +} |