diff options
author | Luji7 <lu.ji3@zte.com.cn> | 2016-10-25 16:37:31 +0800 |
---|---|---|
committer | Luji7 <lu.ji3@zte.com.cn> | 2016-10-25 16:37:31 +0800 |
commit | 31cd057877b061e4a18354abba94aa42a0a002a7 (patch) | |
tree | 954b74519a3790b8606fe8597b417e3c76d34e21 /openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr | |
parent | eed792fbd8c41f270de8a377005eaa8fff1908d4 (diff) |
Issue#GSO-47 Fix the wrong url for sdno lcm service
Change-Id: I82cb19a6b8c7aabf11912c6211e2bbd97371b510
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr')
-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); } |