mirror of https://github.com/apache/cloudstack.git
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:
parent
973b24f5ee
commit
1355a7d622
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue