Merge "Fixed PXC configuration detach does not work"

This commit is contained in:
Jenkins 2016-05-25 18:45:17 +00:00 committed by Gerrit Code Review
commit f8a3defc6e

View File

@ -34,6 +34,7 @@ SERVICE_PARSERS = {
'mysql': configurations.MySQLConfParser,
'percona': configurations.MySQLConfParser,
'mariadb': configurations.MySQLConfParser,
'pxc': configurations.MySQLConfParser,
'postgresql': configurations.PostgresqlConfParser,
'cassandra': configurations.CassandraConfParser,
'redis': configurations.RedisConfParser,