Issue#GSO-47 Fix the wrong url for sdno lcm service
authorLuji7 <lu.ji3@zte.com.cn>
Tue, 25 Oct 2016 08:37:31 +0000 (16:37 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Tue, 25 Oct 2016 08:37:31 +0000 (16:37 +0800)
Change-Id: I82cb19a6b8c7aabf11912c6211e2bbd97371b510
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js

index 49b34e8..5b2a47d 100644 (file)
@@ -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);
 }