diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index f8bb164d38e..b0154f2877b 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 diff --git a/wscript b/wscript index 7d039feb55e..698fe2ed262 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