CS-15197: correct default value for service_offering.nw_rate

Reviewed-by: Will Chan
This commit is contained in:
Alena Prokharchyk 2012-06-04 09:29:48 -07:00
parent 85c754d734
commit 69274542c2
1 changed files with 2 additions and 0 deletions

View File

@ -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';