Merge "Make MySQL root password configurable"

This commit is contained in:
Jenkins 2014-04-08 13:08:38 +00:00 committed by Gerrit Code Review
commit 353f04ad00
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1,4 @@
[{"username": "root"}]
[{"username": "root"{{#mysql.root-password}},
"password": "{{mysql.root-password}}"
{{/mysql.root-password}}
}]

View File

@ -9,6 +9,9 @@
"host": "127.0.0.1",
"db": "mysql://keystone:unset@localhost/keystone"
},
"mysql": {
"root-password" : "unset"
},
"rabbit": {
"host": "127.0.0.1",
"username": "guest",