Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
89662c8
)
Specify the usernames for dump/root explicitly
author
Clint Byrum
<clint@fewbar.com>
Thu, 11 Apr 2013 16:45:30 +0000
(09:45 -0700)
committer
Clint Byrum
<clint@fewbar.com>
Thu, 11 Apr 2013 16:45:30 +0000
(09:45 -0700)
mysql.yaml
patch
|
blob
|
history
diff --git
a/mysql.yaml
b/mysql.yaml
index
e88d99e
..
09cd35f
100644
(file)
--- a/
mysql.yaml
+++ b/
mysql.yaml
@@
-62,8
+62,10
@@
Resources:
mysql-migration:
users:
root:
+ username: root
password: {Ref: BootstrapRootPassword}
dump:
+ username: dump
password: {Ref: BootstrapDumpPassword}
bootstrap_host: {Ref: BootstrapHost}
slave_user: {Ref: BootstrapSlaveUser}