You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/01 21:03:23 UTC

git commit: updated refs/heads/4.3 to 3c4aad2

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 2a87d7e8c -> 3c4aad203


developer: cheat with low acccount expunge interval for smoke tests

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.3
Commit: 3c4aad2037a7a4a59dc91fd465cb211168f130b7
Parents: 2a87d7e
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Sep 1 21:02:35 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Sep 1 21:02:35 2014 +0200

----------------------------------------------------------------------
 developer/developer-prefill.sql | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3c4aad20/developer/developer-prefill.sql
----------------------------------------------------------------------
diff --git a/developer/developer-prefill.sql b/developer/developer-prefill.sql
index e4f90ca..3724e26 100644
--- a/developer/developer-prefill.sql
+++ b/developer/developer-prefill.sql
@@ -46,6 +46,10 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',
             'integration.api.port', '8096');
 
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'account.cleanup.interval', '60');
+
 -- Add developer configuration entry; allows management server to be run as a user other than "cloud"
 INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',