bug 11403:

use unique_name to do update
This commit is contained in:
anthony 2011-09-13 11:07:01 -07:00
parent 7bbe757d5b
commit 7da10dc158

View File

@ -16,5 +16,5 @@ DELETE FROM `cloud`.`configuration` where name='vmware.guest.nic.device.type';
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'agent.lb.enabled', 'true', 'If agent load balancing enabled in cluster setup');
update `cloud`.`vm_template` set hypervisor_type='XenServer' where id=200;
update `cloud`.`vm_template` set hypervisor_type='XenServer' where unique_name='xs-tools.iso';