Bug 13568 - secondary storage VM's static route for nfs server breaks things!

add DB upgrade script.
Now storage network requires gateway when adding range

reviewed-by: Sheng Yang
This commit is contained in:
frank 2012-02-17 16:23:02 -08:00
parent c099b93ee5
commit 70865a8aa4
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ UPDATE `cloud`.`configuration` SET category = 'Hidden' WHERE name = 'kvm.private
UPDATE `cloud`.`configuration` SET category = 'Hidden' WHERE name = 'kvm.guest.network.device';
ALTER TABLE `cloud`.`physical_network_traffic_types` ADD COLUMN `ovm_network_label` varchar(255) COMMENT 'The network name label of the physical device dedicated to this traffic on a Ovm host';
ALTER TABLE `cloud`.`dc_storage_network_ip_range` ADD COLUMN `gateway` varchar(15) NOT NULL COMMENT 'gateway ip address';
CREATE TABLE `cloud_usage`.`usage_security_group` (
`zone_id` bigint unsigned NOT NULL,