Description of Percona database configuration options
Configuration option = Default value Description
[percona]
backup_namespace = trove.guestagent.strategies.backup.mysql_impl (StrOpt) No help text available for this option.
backup_strategy = InnoBackupEx (StrOpt) Default strategy to perform backups.
device_path = /dev/vdb (StrOpt) No help text available for this option.
mount_point = /var/lib/mysql (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
replication_namespace = trove.guestagent.strategies.replication.mysql_binlog (StrOpt) Namespace to load replication strategies from.
replication_password = NETOU7897NNLOU (StrOpt) Password for replication slave user.
replication_strategy = MysqlBinlogReplication (StrOpt) Default strategy for replication.
replication_user = slave_user (StrOpt) Userid for replication slave.
restore_namespace = trove.guestagent.strategies.restore.mysql_impl (StrOpt) No help text available for this option.
root_on_create = False (BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field.
tcp_ports = 3306 (ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
udp_ports = (ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
usage_timeout = 450 (IntOpt) Timeout to wait for a guest to become active.
volume_support = True (BoolOpt) Whether to provision a cinder volume for datadir.