bug 8601: adding another step for network offerings table

This commit is contained in:
abhishek 2011-03-01 10:30:08 -08:00
parent 0e032c5301
commit f484c27a1f
1 changed files with 2 additions and 0 deletions

View File

@ -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';