You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/06/16 00:38:02 UTC

[1/51] [abbrv] git commit: Changed the command name for adding private gateway

Updated Branches:
  refs/heads/vpc 2af678902 -> 03fe667b7


Changed the command name for adding private gateway


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

Branch: refs/heads/vpc
Commit: 03fe667b756f10f89ac98c9a88461ee52d4a560d
Parents: 418cbe2
Author: Alena Prokharchyk <al...@citrix.com>
Authored: Thu Jun 14 17:47:43 2012 -0700
Committer: Alena Prokharchyk <al...@citrix.com>
Committed: Fri Jun 15 14:33:55 2012 -0700

----------------------------------------------------------------------
 client/tomcatconf/commands.properties.in |   10 ++++------
 wscript                                  |    2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/03fe667b/client/tomcatconf/commands.properties.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in
index f8bb164..b0154f2 100755
--- a/client/tomcatconf/commands.properties.in
+++ b/client/tomcatconf/commands.properties.in
@@ -338,7 +338,6 @@ addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1
 listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1
 deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1
 
-
 ### VPC commands
 createVPC=com.cloud.api.commands.CreateVPCCmd;15
 listVPCs=com.cloud.api.commands.ListVPCsCmd;15
@@ -352,12 +351,11 @@ updateVPCOffering=com.cloud.api.commands.UpdateVPCOfferingCmd;1
 deleteVPCOffering=com.cloud.api.commands.DeleteVPCOfferingCmd;1
 listVPCOfferings=com.cloud.api.commands.ListVPCOfferingsCmd;15
 
-#### VPC gateway commands
-createVPCGateway=com.cloud.api.commands.CreateVPCGatewayCmd;15
-listVPCGateways=com.cloud.api.commands.ListVPCGatewaysCmd;15
-deleteVPCGateway=com.cloud.api.commands.DeleteVPCGatewayCmd;15
+#### Private gateway commands
+#createPrivateGateway=com.cloud.api.commands.CreatePrivateGatewayCmd;15
+#listPrivateGateways=com.cloud.api.commands.ListPrivateGatewaysCmd;15
+#deletePrivateGateway=com.cloud.api.commands.DeletePrivateGatewayCmd;15
 
 #### Private network command
 createPrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
-deletePrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
 

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/03fe667b/wscript
----------------------------------------------------------------------
diff --git a/wscript b/wscript
index 7d039fe..698fe2e 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@
 # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
 
 
-VERSION = '3.0.3.2012-06-14T02:14:58Z'
+VERSION = '3.0.3.2012-06-15T00:14:17Z'
 APPNAME = 'cloud'
 
 import shutil,os