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

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

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

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

Signed-off-by: Rohit Yadav <[email protected]>
(cherry picked from commit 0895c340024ac65edc7a32a70a8fda62c0385a24)

Signed-off-by: Rohit Yadav <[email protected]>

                
> 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

Reply via email to