mirror of https://github.com/apache/cloudstack.git
bug 8601: adding another step for network offerings table
This commit is contained in:
parent
0e032c5301
commit
f484c27a1f
|
|
@ -23,5 +23,7 @@ update networks set is_security_group_enabled=0;
|
|||
alter table data_center add column `is_security_group_enabled` tinyint NOT NULL DEFAULT 0 COMMENT '1: enabled, 0: not';
|
||||
update data_center set is_security_group_enabled=0;
|
||||
update data_center set dns_provider='DhcpServer', dhcp_provider='DhcpServer', userdata_provider='DhcpServer', lb_provider=null, firewall_provider=null, vpn_provider=null, gateway_provider=null where networktype='Basic';
|
||||
update network_offerings set specify_vlan=1 where system_only=0 and guest_type='Direct';
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue