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/251e7ff7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/251e7ff7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/251e7ff7 Branch: refs/heads/master Commit: 251e7ff74083340c3c2dc449bd2b71e0c9b3becb Parents: dc5fefc Author: wrodrigues <wrodrig...@schubergphilis.com> Authored: Tue Sep 2 19:36:29 2014 +0200 Committer: wilderrodrigues <wrodrig...@schubergphilis.com> Committed: Tue Oct 14 15:08:11 2014 +0200 ---------------------------------------------------------------------- utils/conf/db.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/251e7ff7/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