diff options
author | Luji7 <lu.ji3@zte.com.cn> | 2016-10-28 16:18:51 +0800 |
---|---|---|
committer | Luji <lu.ji3@zte.com.cn> | 2016-10-28 08:28:37 +0000 |
commit | 3b1464631833371ada7a6ee49ce12081178ec2e3 (patch) | |
tree | 29b35b6d4c3a0ad36c9c98bceff07231ea6eb765 /openo-portal | |
parent | 8ba761153d25e33058b9757a5fcc6ad7e9b1f3d2 (diff) |
Fix Issue#GSO-71
Change-Id: Ica2dfc386b6170f8678f24ef3ff20efef3918267
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
(cherry picked from commit 34766df33b206e306365284193dd6d12aa3e2b44)
Diffstat (limited to 'openo-portal')
-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 c7253940..57643c8c 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, |