mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 10391: insert hypervisor.list config parameter during db upgrade (if not present already)
status 10391: resolved fixed
This commit is contained in:
parent
4335b8b179
commit
1466d52a46
@ -122,3 +122,5 @@ INSERT INTO configuration (`category`, `instance`, `component`, `name`, `value`,
|
||||
|
||||
|
||||
DELETE FROM load_balancer_vm_map WHERE instance_id IN (SELECT id FROM vm_instance WHERE removed IS NOT NULL);
|
||||
|
||||
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'hypervisor.list', 'KVM,XenServer,VMware,BareMetal', 'The list of hypervisors that this deployment will use.');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user