diff options
author | Luji <lu.ji3@zte.com.cn> | 2016-10-25 08:45:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-25 08:45:31 +0000 |
commit | 078ddb21c4f869f2f1443461ede8cf8cad54a087 (patch) | |
tree | 3f23c614a76774844ff8f22139d6bfaf451cf49a | |
parent | d7c9a02bc8ad189d07692f4713f111b61fdae5ab (diff) | |
parent | 31cd057877b061e4a18354abba94aa42a0a002a7 (diff) |
Merge "Issue#GSO-47 Fix the wrong url for sdno lcm service"
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 2 |
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); } |