mirror of https://github.com/apache/cloudstack.git
bug 14200: remove skip.steps config param as a part of 2.2.x-3.0 upgrade. Fixed the name for vm.destroy.forcestop config as well
This commit is contained in:
parent
f0b12e0d7d
commit
69d269df08
|
|
@ -694,3 +694,8 @@ UPDATE `cloud`.`configuration` SET category = 'Usage' where category = 'Premium'
|
|||
|
||||
ALTER TABLE `cloud`.`op_dc_vnet_alloc` ADD CONSTRAINT `fk_op_dc_vnet_alloc__data_center_id` FOREIGN KEY (`data_center_id`) REFERENCES `data_center`(`id`) ON DELETE CASCADE;
|
||||
ALTER TABLE `cloud`.`domain` ADD COLUMN `type` varchar(255) NOT NULL DEFAULT 'Normal' COMMENT 'type of the domain - can be Normal or Project';
|
||||
|
||||
UPDATE `cloud`.`configuration` SET name='vm.destroy.forcestop' where name='vm.destory.forcestop';
|
||||
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'vm.destroy.forcestop', 'false', 'On destroy, force-stop takes this value');
|
||||
|
||||
DELETE FROM `cloud`.`configuration` where name='skip.steps';
|
||||
|
|
|
|||
Loading…
Reference in New Issue