mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CloudStack CLOUDSTACK-774
Supporting kickstart in CloudStack baremetal remove workaround for unable to deploydb remove wrongly added region upgrade entries
This commit is contained in:
parent
8855d793ee
commit
8a523476ec
@ -1631,12 +1631,6 @@ CREATE VIEW `cloud`.`data_center_view` AS
|
|||||||
left join
|
left join
|
||||||
`cloud`.`domain` ON data_center.domain_id = domain.id;
|
`cloud`.`domain` ON data_center.domain_id = domain.id;
|
||||||
|
|
||||||
INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client/api','','');
|
|
||||||
ALTER TABLE `cloud`.`account` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1';
|
|
||||||
ALTER TABLE `cloud`.`user` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1';
|
|
||||||
ALTER TABLE `cloud`.`domain` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1';
|
|
||||||
|
|
||||||
ALTER TABLE `cloud_usage`.`account` ADD COLUMN `region_id` int unsigned NOT NULL DEFAULT '1';
|
|
||||||
|
|
||||||
CREATE TABLE `cloud`.`baremetal_dhcp_devices` (
|
CREATE TABLE `cloud`.`baremetal_dhcp_devices` (
|
||||||
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
|
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',
|
||||||
|
|||||||
@ -97,8 +97,8 @@ public class Transaction {
|
|||||||
/* FIXME: We need a better solution for this
|
/* FIXME: We need a better solution for this
|
||||||
* Initialize encryption if we need it for db.properties
|
* Initialize encryption if we need it for db.properties
|
||||||
*/
|
*/
|
||||||
//EncryptionSecretKeyChecker enc = new EncryptionSecretKeyChecker();
|
EncryptionSecretKeyChecker enc = new EncryptionSecretKeyChecker();
|
||||||
//enc.check();
|
enc.check();
|
||||||
}
|
}
|
||||||
|
|
||||||
private final LinkedList<StackElement> _stack;
|
private final LinkedList<StackElement> _stack;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user