mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 8601: another upgrade step for network offerings
This commit is contained in:
parent
e9d87d8d76
commit
efcc1b9aa8
@ -25,5 +25,6 @@ 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';
|
||||
update networks set traffic_type='Guest' where network_offering_id in (select id from network_offerings where system_only=0);
|
||||
update network_offerings set availability='Optional' where id=7;
|
||||
|
||||
|
||||
|
||||
@ -23,3 +23,4 @@ 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';
|
||||
update networks set traffic_type='Guest' where network_offering_id in (select id from network_offerings where system_only=0);
|
||||
update network_offerings set availability='Optional' where id=7;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user