You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/06/24 05:35:06 UTC

[1/2] git commit: updated refs/heads/master to 1a50e2f

Updated Branches:
  refs/heads/master 5c4578ef2 -> 1a50e2fdd


CLOUDSTACK-3143: add response in the response string


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5f06500e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5f06500e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5f06500e

Branch: refs/heads/master
Commit: 5f06500ed47815b904ceecad911eb340854d91d4
Parents: 3e430cc
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Sun Jun 23 23:32:56 2013 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Sun Jun 23 23:32:56 2013 -0400

----------------------------------------------------------------------
 .../command/user/securitygroup/RevokeSecurityGroupEgressCmd.java   | 2 +-
 .../command/user/securitygroup/RevokeSecurityGroupIngressCmd.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f06500e/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
index 8e7f2ec..c03d3e4 100644
--- a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupEgressCmd.java
@@ -35,7 +35,7 @@ import com.cloud.user.Account;
 public class RevokeSecurityGroupEgressCmd extends BaseAsyncCmd {
     public static final Logger s_logger = Logger.getLogger(RevokeSecurityGroupEgressCmd.class.getName());
 
-    private static final String s_name = "revokesecuritygroupegress";
+    private static final String s_name = "revokesecuritygroupegressresponse";
 
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f06500e/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
index 1d45064..c2fdb8b 100644
--- a/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/securitygroup/RevokeSecurityGroupIngressCmd.java
@@ -35,7 +35,7 @@ import com.cloud.user.Account;
 public class RevokeSecurityGroupIngressCmd extends BaseAsyncCmd {
     public static final Logger s_logger = Logger.getLogger(RevokeSecurityGroupIngressCmd.class.getName());
 
-    private static final String s_name = "revokesecuritygroupingress";
+    private static final String s_name = "revokesecuritygroupingressresponse";
 
     // ///////////////////////////////////////////////////
     // ////////////// API parameters /////////////////////


[2/2] git commit: updated refs/heads/master to 1a50e2f

Posted by se...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1a50e2fd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a50e2fd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1a50e2fd

Branch: refs/heads/master
Commit: 1a50e2fddcb39b89adec71c6f7591a0e22764a13
Parents: 5f06500 5c4578e
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Sun Jun 23 23:33:45 2013 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Sun Jun 23 23:33:45 2013 -0400

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml                    |  9 ++---
 docs/en-US/about-password-encryption.xml        |  2 +-
 docs/en-US/citrix-xenserver-installation.xml    |  5 ++-
 docs/en-US/database-replication.xml             | 12 +++++--
 .../management-server-install-db-external.xml   |  2 +-
 .../management-server-install-db-local.xml      |  4 +--
 .../management-server-install-multi-node.xml    |  4 +--
 docs/en-US/region-add.xml                       |  6 ++--
 patches/systemvm/debian/buildsystemvm.sh        | 37 ++++++++++----------
 .../debian/config/etc/init.d/cloud-early-config |  5 ++-
 10 files changed, 47 insertions(+), 39 deletions(-)
----------------------------------------------------------------------