From 6ec5bdbab6d85cee5b88b1f4be91f16cb0a763c2 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Fri, 17 Aug 2012 09:47:22 -0700 Subject: [PATCH] S2S VPN: CS-16035: Add missing global configuration items --- setup/db/db/schema-302to40.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/db/db/schema-302to40.sql b/setup/db/db/schema-302to40.sql index acfb83d1b17..2b47969aff4 100644 --- a/setup/db/db/schema-302to40.sql +++ b/setup/db/db/schema-302to40.sql @@ -464,3 +464,5 @@ UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='storag UPDATE `cloud`.`configuration` SET component='StorageManager' WHERE name='storage.cleanup.interval'; UPDATE `cloud`.`configuration` SET description='Comma separated list of cidrs internal to the datacenter that can host template download servers, please note 0.0.0.0 is not a valid site ' WHERE name='secstorage.allowed.internal.sites'; +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');