bug 9633: removed schema.level

bug 9632: removed direct.attach.security.groups.enabled
This commit is contained in:
Alex Huang 2011-04-28 13:49:52 -07:00
parent 9552de426f
commit a15cf40ff5

View File

@ -135,4 +135,5 @@ UPDATE `cloud`.`host` SET resource='com.cloud.hypervisor.xen.resource.XenServer5
UPDATE `cloud`.`nics` SET ip_type='Ip4';
UPDATE `cloud`.`nics` SET broadcast_uri='vlan://untagged', isolation_uri='ec2://untagged', strategy='Create' where reserver_name='DirectPodBasedNetworkGuru';
DELETE FROM `cloud`.`configuration` where name='schema.level';
DELETE FROM `cloud`.`configuration` where name='direct.attach.security.groups.enabled';