mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 11403:
use unique_name to do update
This commit is contained in:
parent
7bbe757d5b
commit
7da10dc158
@ -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';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user