Atom feed of this document
  
Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse - 

 Configure the database

Use the options to configure the used databases:

Table 4.18. Description of configuration options for database
Configuration option = Default value Description
[DEFAULT]
sql_connection = sqlite:///trove_test.sqlite (StrOpt) SQL Connection.
sql_idle_timeout = 3600 (IntOpt) No help text available for this option.
sql_query_log = False (BoolOpt) No help text available for this option.
sql_query_logging = False (BoolOpt) Allow insecure logging while executing queries through SQLAlchemy.

Table 4.19. Description of configuration options for db_cassandra
Configuration option = Default value Description
[cassandra]
backup_strategy = None (StrOpt) Default strategy to perform backups.
mount_point = /var/lib/cassandra (StrOpt) Filesystem path for mounting volumes if volume support is enabled
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)
usage_timeout = 600 (IntOpt) Timeout to wait for a guest to become active.

Table 4.20. Description of configuration options for db_couchbase
Configuration option = Default value Description
[couchbase]
backup_strategy = None (StrOpt) Default strategy to perform backups.
mount_point = /var/lib/couchbase (StrOpt) Filesystem path for mounting volumes if volume support is enabled
tcp_ports = 8091, 8092, 4369, 11209-11211, 21100-21199 (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.

Table 4.21. Description of configuration options for db_mongodb
Configuration option = Default value Description
[mongodb]
backup_strategy = None (StrOpt) Default strategy to perform backups.
mount_point = /var/lib/mongodb (StrOpt) Filesystem path for mounting volumes if volume support is enabled
tcp_ports = 2500, 27017 (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 UPD 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.

Table 4.22. Description of configuration options for db_mysql
Configuration option = Default value Description
[mysql]
backup_strategy = InnoBackupEx (StrOpt) Default strategy to perform backups.
mount_point = /var/lib/mysql (StrOpt) Filesystem path for mounting volumes if volume support is enabled
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 = 400 (IntOpt) Timeout to wait for a guest to become active.

Table 4.23. Description of configuration options for db_percona
Configuration option = Default value Description
[percona]
backup_strategy = InnoBackupEx (StrOpt) Default strategy to perform backups.
mount_point = /var/lib/mysql (StrOpt) Filesystem path for mounting volumes if volume support is enabled
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.

Table 4.24. Description of configuration options for db_redis
Configuration option = Default value Description
[redis]
backup_strategy = None (StrOpt) Default strategy to perform backups.
mount_point = /var/lib/redis (StrOpt) Filesystem path for mounting volumes if volume support is enabled
tcp_ports = 6379 (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.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...