mirror of https://github.com/apache/cloudstack.git
CS-16040
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:
parent
be32c188c2
commit
fc8b7210c2
|
|
@ -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`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue