You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2012/07/11 03:58:42 UTC

git commit: S2S VPN: Add privilege for normal users on list commands

Updated Branches:
  refs/heads/vpc b407b3bea -> 37ab2dd49


S2S VPN: Add privilege for normal users on list commands


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

Branch: refs/heads/vpc
Commit: 37ab2dd49ba36b024d86ec968e71c057958b6066
Parents: b407b3b
Author: Sheng Yang <sh...@citrix.com>
Authored: Tue Jul 10 18:57:18 2012 -0700
Committer: Sheng Yang <sh...@citrix.com>
Committed: Tue Jul 10 18:58:33 2012 -0700

----------------------------------------------------------------------
 client/tomcatconf/commands.properties.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/37ab2dd4/client/tomcatconf/commands.properties.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in
index e17c3c9..fb8aa00 100755
--- a/client/tomcatconf/commands.properties.in
+++ b/client/tomcatconf/commands.properties.in
@@ -381,6 +381,6 @@ deleteVpnGateway=com.cloud.api.commands.DeleteVpnGatewayCmd;1
 deleteVpnConnection=com.cloud.api.commands.DeleteVpnConnectionCmd;1
 updateVpnCustomerGateway=com.cloud.api.commands.UpdateVpnCustomerGatewayCmd;1
 resetVpnConnection=com.cloud.api.commands.ResetVpnConnectionCmd;1
-listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;1
-listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;1
-listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;1
+listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;15
+listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;15
+listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;15