You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Kishan Kavala (JIRA)" <ji...@apache.org> on 2013/02/11 07:39:12 UTC

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

Kishan Kavala created CLOUDSTACK-1222:
-----------------------------------------

             Summary: 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