DB upgrade: enable securityGroup for all Basic zones

This commit is contained in:
alena 2011-04-12 10:41:59 -07:00
parent 1bfde99462
commit 624d1c0438
1 changed files with 2 additions and 0 deletions

View File

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