removing the root password becuase it was breaking the simulator tests. Root 
password must always be empty


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

Branch: refs/heads/vpc-refactor
Commit: 13ccdcb0ce008661c5d3e0968540bf4a3d1393f5
Parents: 3ba8599
Author: wrodrigues <[email protected]>
Authored: Tue Sep 2 19:36:29 2014 +0200
Committer: Wilder Rodrigues <[email protected]>
Committed: Fri Oct 3 06:21:28 2014 +0200

----------------------------------------------------------------------
 utils/conf/db.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/13ccdcb0/utils/conf/db.properties
----------------------------------------------------------------------
diff --git a/utils/conf/db.properties b/utils/conf/db.properties
index 09a88c3..cdd2909 100644
--- a/utils/conf/db.properties
+++ b/utils/conf/db.properties
@@ -27,7 +27,7 @@ region.id=1
 # CloudStack database settings
 db.cloud.username=cloud
 db.cloud.password=cloud
-db.root.password=changeme
+db.root.password=
 db.cloud.host=localhost
 db.cloud.port=3306
 db.cloud.name=cloud

Reply via email to