Changed the command name for adding private gateway

This commit is contained in:
Alena Prokharchyk 2012-06-14 17:47:43 -07:00
parent 418cbe2e17
commit 03fe667b75
2 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -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