You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/02/11 09:37:13 UTC

[jira] [Commented] (CLOUDSTACK-1222) API rate limit configs: removed double quote in upgrade script

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575674#comment-13575674 ] 

ASF subversion and git services commented on CLOUDSTACK-1222:
-------------------------------------------------------------

Commit 0895c340024ac65edc7a32a70a8fda62c0385a24 in branch refs/heads/master from [~bhaisaab]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=0895c34 ]

CLOUDSTACK-1222: Remove double quotes in upgrade script s/"//g

Signed-off-by: Rohit Yadav <bh...@apache.org>

                
> API rate limit configs: removed double quote in upgrade script
> --------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1222
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1222
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.1.0
>            Reporter: Kishan Kavala
>             Fix For: 4.1.0
>
>
> Double quote in config name has to be removed in schema-40to410.sql
> INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', '"detail.batch.query.size"', '2000', 'Default entity detail batch query size for listing');
> INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', '"api.throttling.interval"', '1', 'Time interval (in seconds) to reset API count');
> INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', '"api.throttling.max"', '25', 'Max allowed number of APIs within fixed interval');
> INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', '"api.throttling.cachesize"', '50000', 'Account based API count cache size');

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira