mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
status 7704: resolved fixed For user vm: * for default network, take limit from the corresponding service offering * for all additional networks, take limit from the network offerings For domainRouter/SSVM/CPVM: * get info from the network offering Added new config parameter: "vm.network.throttling.rate". If nw_rate is NULL for serviceOffering, this parameter would be used for default vm's network
5 lines
324 B
SQL
5 lines
324 B
SQL
--;
|
|
-- Schema upgrade from 2.2.4 to 2.2.5;
|
|
--;
|
|
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value, description) VALUES ('Network', 'DEFAULT', 'management-server', 'vm.network.throttling.rate', 200, 'Default data transfer rate in megabits per second allowed in user vm\'s default network.');
|