948347131f
Use Heat Metadata to specify host and credentials to pull whole database snapshot and setup Replication. Also include root credentials for use after the snapshot has been applied. Change-Id: Ie3aa92463d28db54a523f520c2b4cdfb528acf9d
11 lines
229 B
INI
11 lines
229 B
INI
{{#mysql-migration.users.root}}
|
|
[client]
|
|
user={{username}}
|
|
password={{password}}
|
|
{{/mysql-migration.users.root}}
|
|
{{#mysql-migration.users.dump}}
|
|
[mysqldump]
|
|
user={{username}}
|
|
password={{password}}
|
|
{{/mysql-migration.users.dump}}
|