mirror of https://github.com/apache/cloudstack.git
bug CS-15971: Moved fix to 304to305 upgrade
reviewed-by: Abhi
This commit is contained in:
parent
f8cad77afa
commit
44860a9589
|
|
@ -759,5 +759,3 @@ UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZon
|
|||
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use external dns1 and dns2' WHERE name='use.external.dns';
|
||||
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';
|
||||
UPDATE `cloud`.`vm_instance` SET vnc_password = '' where removed is not null;
|
||||
|
||||
DELETE FROM `cloud`.`host_details` where name in ('storage.network.device1', 'storage.network.device2');
|
||||
|
|
|
|||
|
|
@ -381,4 +381,4 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'manag
|
|||
|
||||
DROP TABLE IF EXISTS `cloud`.`ovs_tunnel_account`;
|
||||
UPDATE `cloud`.`snapshots` set swift_id=null where swift_id=0;
|
||||
|
||||
DELETE FROM `cloud`.`host_details` where name in ('storage.network.device1', 'storage.network.device2');
|
||||
|
|
|
|||
Loading…
Reference in New Issue