CLOUDSTACK-4426

[VMware] [upgrade] system VM not coming up after upgrade from 3.0.4 to 4.2
This commit is contained in:
frank 2013-08-21 14:57:59 -07:00
parent a5c10767d6
commit 4ca24928e9
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ AlTER TABLE physical_network_service_providers ADD CONSTRAINT `fk_pnetwork_servi
UPDATE `cloud`.`configuration` SET description='Do URL encoding for the api response, false by default' WHERE name='encode.api.response';
INSERT IGNORE INTO `cloud`.`guest_os_category` VALUES ('11','None',NULL);
UPDATE `cloud`.`configuration` set description ='Uuid of the service offering used by console proxy; if NULL - system offering will be used' where name ='consoleproxy.service.offering';
UPDATE `cloud`.`configuration` set value = '/var/cloudstack/mnt' where name = 'mount.parent';
-- DB upgrade steps from 40-41