mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Changed the command name for adding private gateway
This commit is contained in:
parent
418cbe2e17
commit
03fe667b75
@ -338,7 +338,6 @@ addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1
|
|||||||
listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1
|
listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1
|
||||||
deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1
|
deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1
|
||||||
|
|
||||||
|
|
||||||
### VPC commands
|
### VPC commands
|
||||||
createVPC=com.cloud.api.commands.CreateVPCCmd;15
|
createVPC=com.cloud.api.commands.CreateVPCCmd;15
|
||||||
listVPCs=com.cloud.api.commands.ListVPCsCmd;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
|
deleteVPCOffering=com.cloud.api.commands.DeleteVPCOfferingCmd;1
|
||||||
listVPCOfferings=com.cloud.api.commands.ListVPCOfferingsCmd;15
|
listVPCOfferings=com.cloud.api.commands.ListVPCOfferingsCmd;15
|
||||||
|
|
||||||
#### VPC gateway commands
|
#### Private gateway commands
|
||||||
createVPCGateway=com.cloud.api.commands.CreateVPCGatewayCmd;15
|
#createPrivateGateway=com.cloud.api.commands.CreatePrivateGatewayCmd;15
|
||||||
listVPCGateways=com.cloud.api.commands.ListVPCGatewaysCmd;15
|
#listPrivateGateways=com.cloud.api.commands.ListPrivateGatewaysCmd;15
|
||||||
deleteVPCGateway=com.cloud.api.commands.DeleteVPCGatewayCmd;15
|
#deletePrivateGateway=com.cloud.api.commands.DeletePrivateGatewayCmd;15
|
||||||
|
|
||||||
#### Private network command
|
#### Private network command
|
||||||
createPrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
|
createPrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
|
||||||
deletePrivateNetwork=com.cloud.api.commands.CreatePrivateNetworkCmd;1
|
|
||||||
|
|
||||||
|
|||||||
2
wscript
2
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
|
# 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'
|
APPNAME = 'cloud'
|
||||||
|
|
||||||
import shutil,os
|
import shutil,os
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user