diff --git a/trove/common/template.py b/trove/common/template.py index a294190eaa..519805e829 100644 --- a/trove/common/template.py +++ b/trove/common/template.py @@ -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,