diff options
author | Luji7 <lu.ji3@zte.com.cn> | 2016-10-25 16:37:31 +0800 |
---|---|---|
committer | Luji <lu.ji3@zte.com.cn> | 2016-10-25 08:45:39 +0000 |
commit | c494b5a63c2677a2970f7cc148df44316c4f4bb1 (patch) | |
tree | 1eeb2dfed7efa251fed5e645601d52543dd88948 /openo-portal/portal-lifecyclemgr | |
parent | f11be1108c568ee3af7e4008afa167fd5fca6dc8 (diff) |
Issue#GSO-47 Fix the wrong url for sdno lcm service
Change-Id: I82cb19a6b8c7aabf11912c6211e2bbd97371b510
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
(cherry picked from commit 31cd057877b061e4a18354abba94aa42a0a002a7)
Diffstat (limited to 'openo-portal/portal-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); } |