You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2015/07/16 15:43:28 UTC

airavata git commit: adding gateway id to getCredential method

Repository: airavata
Updated Branches:
  refs/heads/airavata-0.15-release-branch c3039e136 -> 4e060ab64


adding gateway id to getCredential method


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4e060ab6
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4e060ab6
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4e060ab6

Branch: refs/heads/airavata-0.15-release-branch
Commit: 4e060ab64113c8f2321a0f9892c2ffe7dc5e4fd7
Parents: c3039e1
Author: Chathuri Wimalasena <ch...@apache.org>
Authored: Thu Jul 16 09:43:23 2015 -0400
Committer: Chathuri Wimalasena <ch...@apache.org>
Committed: Thu Jul 16 09:43:23 2015 -0400

----------------------------------------------------------------------
 airavata-api/thrift-interface-descriptions/airavataAPI.thrift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4e060ab6/airavata-api/thrift-interface-descriptions/airavataAPI.thrift
----------------------------------------------------------------------
diff --git a/airavata-api/thrift-interface-descriptions/airavataAPI.thrift b/airavata-api/thrift-interface-descriptions/airavataAPI.thrift
index 2ee3299..9c3383e 100644
--- a/airavata-api/thrift-interface-descriptions/airavataAPI.thrift
+++ b/airavata-api/thrift-interface-descriptions/airavataAPI.thrift
@@ -129,7 +129,7 @@ service Airavata {
                    2: airavataErrors.AiravataClientException ace,
                    3: airavataErrors.AiravataSystemException ase)
 
-   string getSSHPubKey (1: required string airavataCredStoreToken)
+   string getSSHPubKey (1: required string airavataCredStoreToken, 2: required string gatewayId)
            throws (1: airavataErrors.InvalidRequestException ire,
                    2: airavataErrors.AiravataClientException ace,
                    3: airavataErrors.AiravataSystemException ase)