Files
openstack-manuals/doc/config-reference/source/tables/trove-db_cassandra.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

2.1 KiB

Description of Cassandra database configuration options
Configuration option = Default value Description
[cassandra]
backup_incremental_strategy = {} (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.
backup_namespace = None (StrOpt) Namespace to load backup strategies from.
backup_strategy = None (StrOpt) Default strategy to perform backups.
device_path = /dev/vdb (StrOpt) Device path for volume if volume support is enabled.
mount_point = /var/lib/cassandra (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
replication_strategy = None (StrOpt) Default strategy for replication.
restore_namespace = None (StrOpt) Namespace to load restore strategies from.
root_controller = trove.extensions.common.service.DefaultRootController (StrOpt) Root controller implementation for cassandra.
tcp_ports = 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).
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).
volume_support = True (BoolOpt) Whether to provision a Cinder volume for datadir.