mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
firewall.rule.ui.enabled is Enabled by default
This commit is contained in:
parent
27ff5e7b51
commit
2d169039ff
@ -105,7 +105,7 @@ public enum Config {
|
||||
|
||||
SecurityGroupDefaultAdding("Network", ManagementServer.class, Boolean.class, "network.securitygroups.defaultadding", "true", "If true, the user VM would be added to the default security group by default", null),
|
||||
|
||||
FirewallRuleUiEnabled("Network", ManagementServer.class, Boolean.class, "firewall.rule.ui.enabled", "false", "enable/disable UI that separates firewall rules from NAT/LB rules", null),
|
||||
FirewallRuleUiEnabled("Network", ManagementServer.class, Boolean.class, "firewall.rule.ui.enabled", "true", "enable/disable UI that separates firewall rules from NAT/LB rules", null),
|
||||
|
||||
//VPN
|
||||
RemoteAccessVpnPskLength("Network", AgentManager.class, Integer.class, "remote.access.vpn.psk.length", "24", "The length of the ipsec preshared key (minimum 8, maximum 256)", null),
|
||||
|
||||
@ -482,3 +482,5 @@ ALTER TABLE `cloud`.`user_ip_address` ADD CONSTRAINT `fk_user_ip_address__physic
|
||||
|
||||
ALTER TABLE `cloud`.`networks` ADD COLUMN `restart_required` int(1) unsigned NOT NULL DEFAULT 0 COMMENT '1 if restart is required for the network';
|
||||
DELETE FROM `cloud`.`configuration` where name='cmd.wait';
|
||||
|
||||
UPDATE `cloud`.`configuration` set value='true' where name='firewall.rule.ui.enabled';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user