You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/10/09 16:23:25 UTC

airavata-php-gateway git commit: Chagning the gateway compute resources to getAllGatewayResourceProfiles

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 422739eba -> 99d461032


Chagning the gateway compute resources to getAllGatewayResourceProfiles


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/99d46103
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/99d46103
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/99d46103

Branch: refs/heads/master
Commit: 99d46103278412b84264fffbbeea9df220070c0d
Parents: 422739e
Author: Suresh Marru <sm...@apache.org>
Authored: Fri Oct 9 10:22:56 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Fri Oct 9 10:22:56 2015 -0400

----------------------------------------------------------------------
 app/libraries/CRUtilities.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/99d46103/app/libraries/CRUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/CRUtilities.php b/app/libraries/CRUtilities.php
index 1cc7fb0..5dcb864 100755
--- a/app/libraries/CRUtilities.php
+++ b/app/libraries/CRUtilities.php
@@ -447,7 +447,7 @@ class CRUtilities
             $gateways[0] = Airavata::getGateway(Session::get('authz-token'), Session::get("gateway_id"));
         }
 
-        $gatewayProfiles = Airavata::getAllGatewayComputeResources(Session::get('authz-token'));
+        $gatewayProfiles = Airavata::getAllGatewayResourceProfiles(Session::get('authz-token'));
         //$gatewayProfileIds = array("GatewayTest3_57726e98-313f-4e7c-87a5-18e69928afb5", "GatewayTest4_4fd9fb28-4ced-4149-bdbd-1f276077dad8");
         foreach ($gateways as $key => $gw) {
             $gateways[$key]->profile = array();