summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2016-10-28 16:18:51 +0800
committerLuji7 <lu.ji3@zte.com.cn>2016-10-28 16:18:51 +0800
commit34766df33b206e306365284193dd6d12aa3e2b44 (patch)
treea4a10c458dccaad1fe382513ca3885689b1cc2f5 /openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js
parentc981c50d61c05e8b9301637fd832bb2ee89e0168 (diff)
Fix Issue#GSO-71
Change-Id: Ica2dfc386b6170f8678f24ef3ff20efef3918267 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js')
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js2
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 ef798808..deab7c9e 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
@@ -456,7 +456,7 @@ function createServiceInstance(gatewayService, nsUri, serviceInstance) {
})).then(function(response) {
var nsInstanceId = response.serviceId;
serviceInstance.serviceId = nsInstanceId;
- var initNsUrl = nsUri + '/' + nsInstanceId + '/Instantiate';
+ var initNsUrl = nsUri + '/' + nsInstanceId + '/instantiate';
var parameter = {
'gatewayUri': initNsUrl,
'nsInstanceId': nsInstanceId,