mirror of https://github.com/apache/cloudstack.git
removing the root password becuase it was breaking the simulator tests. Root password must always be empty
This commit is contained in:
parent
dc5fefc018
commit
251e7ff740
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue