mirror of https://github.com/apache/cloudstack.git
DB upgrade: enable securityGroup for all Basic zones
This commit is contained in:
parent
1bfde99462
commit
624d1c0438
|
|
@ -130,3 +130,5 @@ 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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue