bug 10391: insert hypervisor.list config parameter during db upgrade (if not present already)

status 10391: resolved fixed
This commit is contained in:
alena 2011-06-22 17:43:06 -07:00
parent 4335b8b179
commit 1466d52a46

View File

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