mirror of https://github.com/apache/cloudstack.git
bug 9654: db upgrade - set is_security_group_enabled to true for Direct Guest network in Basic zone
status 9654: resolved fixed
This commit is contained in:
parent
ad981cb245
commit
36e4c8625e
|
|
@ -129,8 +129,7 @@ DELETE FROM `sequence` WHERE name='snapshots_seq';
|
|||
UPDATE `cloud`.`service_offering` s, `cloud`.`disk_offering` d SET s.ha_enabled=1 where s.id=d.id and d.system_use=1;
|
||||
|
||||
UPDATE `cloud`.`data_center` SET is_security_group_enabled=1 WHERE networktype='Basic';
|
||||
|
||||
|
||||
UPDATE `cloud`.`networks` SET is_security_group_enabled=1 WHERE guru_name='DirectPodBasedNetworkGuru';
|
||||
|
||||
UPDATE `cloud`.`host` SET resource='com.cloud.hypervisor.xen.resource.XenServer56FP1Resource' WHERE resource='com.cloud.hypervisor.xen.resource.XenServer56FP1PremiumResource';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue