3.0.1 to 3.0.5 Upgrade: ovs_tunnel_account table should be removed from the Upgraded Setup.

fixed
This commit is contained in:
frank 2012-08-16 18:05:00 -07:00
parent be32c188c2
commit fc8b7210c2
1 changed files with 2 additions and 0 deletions

View File

@ -366,3 +366,5 @@ UPDATE `cloud`.`configuration` SET description='Comma separated list of cidrs in
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 'management-server', 'site2site.vpn.vpngateway.connection.limit', '4', 'The maximum number of VPN connection per VPN gateway');
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Network', 'DEFAULT', 'management-server', 'site2site.vpn.customergateway.subnets.limit', '10', 'The maximum number of subnets per customer gateway');
DROP TABLE IF EXISTS `cloud`.`ovs_tunnel_account`;