Added Replication templates for Percona

There are no templates for Percona replication, so any attempt to create
a replica using the Percona datastore will fail.

The relevant templates have been added.

Change-Id: Ide52bbb3f918caabe7b0a32adaf0ed50e49202be
Closes-Bug: #1386887
This commit is contained in:
Peter Stachowski 2014-10-28 02:18:43 -04:00
parent 0953449e1b
commit ca168b92bf
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[mysqld]
log_bin = /var/lib/mysql/mysql-bin.log
relay_log = /var/lib/mysql/mysql-relay-bin.log
read_only = true

View File

@ -0,0 +1,2 @@
[mysqld]
log_bin = /var/lib/mysql/mysql-bin.log