Description of Cassandra database configuration options
Configuration option = Default value Description
[cassandra]
= {} (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.
= None (StrOpt) Namespace to load backup strategies from.
= None (StrOpt) Default strategy to perform backups.
= /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
= /var/lib/cassandra (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
= None (StrOpt) Default strategy for replication.
= None (StrOpt) Namespace to load restore strategies from.
= trove.extensions.common.service.DefaultRootController (StrOpt) Root controller implementation for cassandra.
= 7000, 7001, 9042, 9160 (ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
= (ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
= True (BoolOpt) Whether to provision a Cinder volume for datadir.