From 31cd057877b061e4a18354abba94aa42a0a002a7 Mon Sep 17 00:00:00 2001 From: Luji7 Date: Tue, 25 Oct 2016 16:37:31 +0800 Subject: Issue#GSO-47 Fix the wrong url for sdno lcm service Change-Id: I82cb19a6b8c7aabf11912c6211e2bbd97371b510 Signed-off-by: Luji7 --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openo-portal') 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); } -- cgit 1.2.3-korg