Bug 12777 - Add storage network configuration into CloudStack

DB upgrade:

update networks set guru_name='StorageNetworkGuru' where traffic_type='Storage';
This commit is contained in:
frank 2012-01-06 16:46:38 -08:00
parent 973b24f5ee
commit 1355a7d622
1 changed files with 1 additions and 0 deletions

View File

@ -587,3 +587,4 @@ CREATE TABLE `cloud`.`op_dc_storage_network_ip_address` (
CONSTRAINT `fk_storage_ip_address__range_id` FOREIGN KEY (`range_id`) REFERENCES `dc_storage_network_ip_range`(`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
update networks set guru_name='StorageNetworkGuru' where traffic_type='Storage';