From: Clint Byrum Date: Thu, 11 Apr 2013 16:45:30 +0000 (-0700) Subject: Specify the usernames for dump/root explicitly X-Git-Tag: opnfv-6.0.0~3051 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7877d912ced0141c3b0812aa9110d7b2d9f95297;p=apex-tripleo-heat-templates.git Specify the usernames for dump/root explicitly --- diff --git a/mysql.yaml b/mysql.yaml index e88d99eb..09cd35ff 100644 --- 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}