Fix Issue#GSO-71
authorLuji7 <lu.ji3@zte.com.cn>
Fri, 28 Oct 2016 08:18:51 +0000 (16:18 +0800)
committerLuji <lu.ji3@zte.com.cn>
Fri, 28 Oct 2016 08:28:37 +0000 (08:28 +0000)
Change-Id: Ica2dfc386b6170f8678f24ef3ff20efef3918267
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
(cherry picked from commit 34766df33b206e306365284193dd6d12aa3e2b44)

openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js

index c725394..57643c8 100644 (file)
@@ -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,