mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 10407: db upgrade fixes for guest.domain.suffix
status 10407: resolved fixed
This commit is contained in:
parent
1466d52a46
commit
784caafe2f
@ -124,3 +124,9 @@ 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);
|
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.');
|
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'management-server', 'hypervisor.list', 'KVM,XenServer,VMware,BareMetal', 'The list of hypervisors that this deployment will use.');
|
||||||
|
|
||||||
|
|
||||||
|
UPDATE IGNORE configuration set name='guest.domain.suffix' where name='domain.suffix';
|
||||||
|
INSERT IGNORE INTO configuration VALUES ('Advanced', 'DEFAULT', 'AgentManager', 'guest.domain.suffix', 'cloud.internal', 'Default domain name for vms inside virtualized networks fronted by router');
|
||||||
|
DELETE FROM configuration WHERE name='domain.suffix';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user