summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr
diff options
context:
space:
mode:
authorLuji <lu.ji3@zte.com.cn>2016-10-25 08:45:31 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-25 08:45:31 +0000
commit078ddb21c4f869f2f1443461ede8cf8cad54a087 (patch)
tree3f23c614a76774844ff8f22139d6bfaf451cf49a /openo-portal/portal-lifecyclemgr
parentd7c9a02bc8ad189d07692f4713f111b61fdae5ab (diff)
parent31cd057877b061e4a18354abba94aa42a0a002a7 (diff)
Merge "Issue#GSO-47 Fix the wrong url for sdno lcm service"
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
index 49b34e80..5b2a47df 100644
--- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
+++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
@@ -367,7 +367,7 @@ function createNfvoServiceInstance(gatewayService, serviceInstance) {
}
function createSdnoServiceInstance(gatewayService, serviceInstance) {
- var sdnoLcmNsUri = '/openoapi/sdnonslcm/v1.0/ns';
+ var sdnoLcmNsUri = '/openoapi/sdnonslcm/v1/ns';
return createServiceInstance(gatewayService, sdnoLcmNsUri, serviceInstance);
}