Skip to content

Commit d3e0ecd

Browse files
amoghvDaanHoogland
authored andcommitted
CLOUDSTACK-6358: KVM mappings for CentOS 6.x and RHEL 6.x
(cherry picked from commit c8ca15b) Conflicts: setup/db/db/schema-430to440.sql
1 parent 865cdc0 commit d3e0ecd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup/db/db/schema-430to440.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,8 +2474,6 @@ CREATE TABLE `cloud`.`load_balancer_healthcheck_policy_details` (
24742474
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
24752475

24762476

2477-
INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('Advanced', 'DEFAULT', 'management-server', 'vm.password.length', '6', 'Specifies the length of a randomly generated password', '6') ON DUPLICATE KEY UPDATE category='Advanced';
2478-
24792477
ALTER TABLE `cloud`.`snapshot_policy` ADD COLUMN `display` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'True if the policy can be displayed to the end user';
24802478

24812479
CREATE TABLE `cloud`.`snapshot_policy_details` (
@@ -2487,3 +2485,5 @@ CREATE TABLE `cloud`.`snapshot_policy_details` (
24872485
PRIMARY KEY (`id`),
24882486
CONSTRAINT `fk_snapshot_policy_details__snapshot_policy_id` FOREIGN KEY `fk_snapshot_policy_details__snapshot_policy_id`(`policy_id`) REFERENCES `snapshot_policy`(`id`) ON DELETE CASCADE
24892487
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
2488+
2489+
INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('Advanced', 'DEFAULT', 'management-server', 'vm.password.length', '6', 'Specifies the length of a randomly generated password', '6') ON DUPLICATE KEY UPDATE category='Advanced';

0 commit comments

Comments
 (0)