Updated Branches:
  refs/heads/4.1 a18481648 -> e97bc4bae

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]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e97bc4ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e97bc4ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e97bc4ba

Branch: refs/heads/4.1
Commit: e97bc4baede372c6cabd59b9f3923662639098df
Parents: a184816
Author: Rohit Yadav <[email protected]>
Authored: Mon Feb 11 14:05:47 2013 +0530
Committer: Rohit Yadav <[email protected]>
Committed: Mon Feb 11 14:07:23 2013 +0530

----------------------------------------------------------------------
 setup/db/db/schema-40to410.sql |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e97bc4ba/setup/db/db/schema-40to410.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-40to410.sql b/setup/db/db/schema-40to410.sql
index d771a15..bb9c815 100644
--- a/setup/db/db/schema-40to410.sql
+++ b/setup/db/db/schema-40to410.sql
@@ -145,10 +145,10 @@ UPDATE `cloud`.`autoscale_policies` set uuid=id WHERE 
uuid is NULL;
 UPDATE `cloud`.`counter` set uuid=id WHERE uuid is NULL;
 UPDATE `cloud`.`conditions` set uuid=id WHERE uuid is NULL;
 
-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');
+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');
 
 
 -- DB views for list api

Reply via email to