mirror of https://github.com/apache/cloudstack.git
CS-15197: correct default value for service_offering.nw_rate
Reviewed-by: Will Chan
This commit is contained in:
parent
85c754d734
commit
69274542c2
|
|
@ -168,3 +168,5 @@ CREATE TABLE `cloud`.`port_profile` (
|
|||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
DELETE FROM `cloud`.`storage_pool_host_ref` WHERE pool_id IN (SELECT id FROM storage_pool WHERE removed IS NOT NULL);
|
||||
|
||||
ALTER TABLE `cloud`.`service_offering` MODIFY `nw_rate` smallint(5) unsigned DEFAULT '200' COMMENT 'network rate throttle mbits/s';
|
||||
|
|
|
|||
Loading…
Reference in New Issue