Merge "[config-ref] cleanup common database configurations"

This commit is contained in:
Jenkins
2016-07-29 12:50:43 +00:00
committed by Gerrit Code Review
44 changed files with 313 additions and 1145 deletions

View File

@@ -25,7 +25,6 @@ service configuration options.
.. include:: tables/ironic-common.rst
.. include:: tables/ironic-conductor.rst
.. include:: tables/ironic-console.rst
.. include:: tables/ironic-database.rst
.. include:: tables/ironic-debug.rst
.. include:: tables/ironic-deploy.rst
.. include:: tables/ironic-dhcp.rst

View File

@@ -13,7 +13,6 @@ These options can also be set in the ``cinder.conf`` file.
.. include:: ../tables/cinder-common.rst
.. include:: ../tables/cinder-compute.rst
.. include:: ../tables/cinder-coordination.rst
.. include:: ../tables/cinder-database.rst
.. include:: ../tables/cinder-debug.rst
.. include:: ../tables/cinder-drbd.rst
.. include:: ../tables/cinder-emc.rst

View File

@@ -8,6 +8,7 @@ OpenStack Compute service, run
.. include:: ../tables/nova-api.rst
.. include:: ../tables/nova-apiv21.rst
.. include:: ../tables/nova-api_database.rst
.. include:: ../tables/nova-authentication.rst
.. include:: ../tables/nova-auth_token.rst
.. include:: ../tables/nova-availabilityzones.rst
@@ -20,7 +21,6 @@ OpenStack Compute service, run
.. include:: ../tables/nova-conductor.rst
.. include:: ../tables/nova-configdrive.rst
.. include:: ../tables/nova-console.rst
.. include:: ../tables/nova-database.rst
.. include:: ../tables/nova-debug.rst
.. include:: ../tables/nova-ephemeral_storage_encryption.rst
.. include:: ../tables/nova-fping.rst

View File

@@ -23,7 +23,6 @@ service configuration options:
.. include:: tables/sahara-auth_token.rst
.. include:: tables/sahara-clients.rst
.. include:: tables/sahara-common.rst
.. include:: tables/sahara-database.rst
.. include:: tables/sahara-domain.rst
.. include:: tables/sahara-logging.rst
.. include:: tables/sahara-object_store_access.rst

View File

@@ -4,7 +4,6 @@ Configure the database
Use the options to configure the used databases:
.. include:: ../tables/trove-database.rst
.. include:: ../tables/trove-db_cassandra.rst
.. include:: ../tables/trove-db_couchbase.rst
.. include:: ../tables/trove-db_couchdb.rst

View File

@@ -15,7 +15,6 @@ service options.
.. include:: ../tables/keystone-catalog.rst
.. include:: ../tables/keystone-common.rst
.. include:: ../tables/keystone-credential.rst
.. include:: ../tables/keystone-database.rst
.. include:: ../tables/keystone-debug.rst
.. include:: ../tables/keystone-domain.rst
.. include:: ../tables/keystone-federation.rst

View File

@@ -30,7 +30,6 @@ a comprehensive list.
.. include:: tables/glance-auth_token.rst
.. include:: tables/glance-common.rst
.. include:: tables/glance-database.rst
.. include:: tables/glance-imagecache.rst
.. include:: tables/glance-logging.rst
.. include:: tables/glance-policy.rst

View File

@@ -28,7 +28,6 @@ to configure the octavia service.
.. include:: ../tables/octavia-auth_token.rst
.. include:: ../tables/octavia-cache.rst
.. include:: ../tables/octavia-common.rst
.. include:: ../tables/octavia-database.rst
.. include:: ../tables/octavia-logging.rst
.. include:: ../tables/octavia-rabbitmq.rst
.. include:: ../tables/octavia-redis.rst

View File

@@ -180,13 +180,6 @@ Use the following options to alter Compute-related settings.
.. include:: ../tables/neutron-compute.rst
Database
~~~~~~~~
Use the following options to alter Database-related settings.
.. include:: ../tables/neutron-database.rst
DHCP agent
~~~~~~~~~~

View File

@@ -30,7 +30,6 @@ configuration options:
.. include:: tables/heat-auth_token.rst
.. include:: tables/heat-common.rst
.. include:: tables/heat-crypt.rst
.. include:: tables/heat-database.rst
.. include:: tables/heat-loadbalancer.rst
.. include:: tables/heat-logging.rst
.. include:: tables/heat-quota.rst

View File

@@ -10,7 +10,6 @@ These options can also be set in the ``manila.conf`` file.
.. include:: ../tables/manila-ca.rst
.. include:: ../tables/manila-common.rst
.. include:: ../tables/manila-compute.rst
.. include:: ../tables/manila-database.rst
.. include:: ../tables/manila-ganesha.rst
.. include:: ../tables/manila-hnas.rst
.. include:: ../tables/manila-logging.rst

View File

@@ -50,6 +50,10 @@
- (Boolean) Whether to verify the SSL Server certificate when calling alarm action.
* - ``user_alarm_quota`` = ``None``
- (Integer) Maximum number of alarms defined for a user.
* - **[database]**
-
* - ``alarm_history_time_to_live`` = ``-1``
- (Integer) Number of seconds that alarm histories are kept in the database for (<= 0 means forever).
* - **[service_credentials]**
-
* - ``interface`` = ``public``

View File

@@ -1,62 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _aodh-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
-
* - ``alarm_history_time_to_live`` = ``-1``
- (Integer) Number of seconds that alarm histories are kept in the database for (<= 0 means forever).
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -20,6 +20,12 @@
-
* - ``batch_polled_samples`` = ``True``
- (Boolean) To reduce polling agent load, samples are sent to the notification agent in a batch. To gain higher throughput at the cost of load set this to False.
* - ``database_connection`` = ``None``
- (String) DEPRECATED - Database connection string.
* - ``event_connection`` = ``None``
- (String) The connection string used to connect to the event database. (if unset, connection is used)
* - ``event_time_to_live`` = ``-1``
- (Integer) Number of seconds that events are kept in the database for (<= 0 means forever).
* - ``executor_thread_pool_size`` = ``64``
- (Integer) Size of executor thread pool.
* - ``host`` = ``localhost``
@@ -28,6 +34,10 @@
- (Integer) Timeout seconds for HTTP requests. Set it to None to disable timeout.
* - ``memcached_servers`` = ``None``
- (List) Memcached servers or None for in process cache.
* - ``metering_connection`` = ``None``
- (String) The connection string used to connect to the metering database. (if unset, connection is used)
* - ``metering_time_to_live`` = ``-1``
- (Integer) Number of seconds that samples are kept in the database for (<= 0 means forever).
* - ``polling_namespaces`` = ``['compute', 'central']``
- (Unknown) Polling namespace(s) to be used while resource polling
* - ``pollster_list`` = ``[]``

View File

@@ -1,72 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _ceilometer-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``database_connection`` = ``None``
- (String) DEPRECATED - Database connection string.
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``event_connection`` = ``None``
- (String) The connection string used to connect to the event database. (if unset, connection is used)
* - ``event_time_to_live`` = ``-1``
- (Integer) Number of seconds that events are kept in the database for (<= 0 means forever).
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``metering_connection`` = ``None``
- (String) The connection string used to connect to the metering database. (if unset, connection is used)
* - ``metering_time_to_live`` = ``-1``
- (Integer) Number of seconds that samples are kept in the database for (<= 0 means forever).
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -1,66 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _cinder-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``db_driver`` = ``cinder.db``
- (String) Driver to use for database access
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.
* - ``use_tpool`` = ``False``
- (Boolean) Enable the experimental use of thread pooling for all DB API calls

View File

@@ -18,34 +18,8 @@
- Description
* - **[DEFAULT]**
-
* - ``db_driver`` = ``nova.db``
* - ``db_driver`` = ``SERVICE.db``
- (String) DEPRECATED: The driver to use for database access
* - **[api_database]**
-
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the Nova API database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``None``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``

View File

@@ -1,60 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _glance-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -1,62 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _ironic-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_engine`` = ``InnoDB``
- (String) MySQL engine to use.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -1,60 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _keystone-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -28,6 +28,8 @@
- (String) File name for the paste.deploy config for manila-api.
* - ``api_rate_limit`` = ``True``
- (Boolean) Whether to rate limit the API.
* - ``db_backend`` = ``sqlalchemy``
- (String) The backend to use for database.
* - ``enable_v1_api`` = ``False``
- (Boolean) Deploy v1 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
* - ``enable_v2_api`` = ``False``

View File

@@ -1,66 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _manila-database:
.. list-table:: Description of Database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``db_backend`` = ``sqlalchemy``
- (String) The backend to use for database.
* - ``db_driver`` = ``manila.db``
- (String) Driver to use for database access.
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -1,60 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _neutron-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -8,42 +8,30 @@
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _heat-database:
.. _nova-database:
.. list-table:: Description of database configuration options
.. list-table:: Description of API database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
* - **[api_database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
- (String) The SQLAlchemy connection string to use to connect to the Nova API database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
* - ``max_overflow`` = ``None``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
@@ -52,9 +40,5 @@
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -1,92 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _nova-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``db_driver`` = ``nova.db``
- (String) DEPRECATED: The driver to use for database access
* - **[api_database]**
-
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the Nova API database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``None``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.
* - ``use_tpool`` = ``False``
- (Boolean) Enable the experimental use of thread pooling for all DB API calls

View File

@@ -1,60 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _octavia-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -1,64 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _sahara-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``db_driver`` = ``sahara.db``
- (String) Driver to use for database access.
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the database.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) Timeout before idle SQL connections are reaped.
* - ``max_overflow`` = ``50``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -48,6 +48,8 @@
- (String) Set path to pydevd library, used if pydevd is not found in python sys.path.
* - ``quota_notification_interval`` = ``3600``
- (Integer) Seconds to wait between pushing events.
* - ``sql_query_logging`` = ``False``
- (Boolean) Allow insecure logging while executing queries through SQLAlchemy.
* - ``taskmanager_queue`` = ``taskmanager``
- (String) Message queue name the Taskmanager will listen to.
* - ``template_path`` = ``/etc/trove/templates/``

View File

@@ -1,66 +0,0 @@
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _trove-database:
.. list-table:: Description of database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``sql_query_logging`` = ``False``
- (Boolean) Allow insecure logging while executing queries through SQLAlchemy.
* - **[database]**
-
* - ``backend`` = ``sqlalchemy``
- (String) The back end to use for the database.
* - ``connection`` = ``sqlite:///trove_test.sqlite``
- (String) SQL Connection.
* - ``connection_debug`` = ``0``
- (Integer) Verbosity of SQL debugging information: 0=None, 100=Everything.
* - ``connection_trace`` = ``False``
- (Boolean) Add Python stack traces to SQL as comment strings.
* - ``db_inc_retry_interval`` = ``True``
- (Boolean) If True, increases the interval between retries of a database operation up to db_max_retry_interval.
* - ``db_max_retries`` = ``20``
- (Integer) Maximum retries in case of connection error or deadlock error before error is raised. Set to -1 to specify an infinite retry count.
* - ``db_max_retry_interval`` = ``10``
- (Integer) If db_inc_retry_interval is set, the maximum seconds between retries of a database operation.
* - ``db_retry_interval`` = ``1``
- (Integer) Seconds between retries of a database transaction.
* - ``idle_timeout`` = ``3600``
- (Integer) No help text available for this option.
* - ``max_overflow`` = ``None``
- (Integer) If set, use this value for max_overflow with SQLAlchemy.
* - ``max_pool_size`` = ``None``
- (Integer) Maximum number of SQL connections to keep open in a pool.
* - ``max_retries`` = ``10``
- (Integer) Maximum number of database connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``min_pool_size`` = ``1``
- (Integer) Minimum number of SQL connections to keep open in a pool.
* - ``mysql_sql_mode`` = ``TRADITIONAL``
- (String) The SQL mode to be used for MySQL sessions. This option, including the default, overrides any server-set SQL mode. To use whatever SQL mode is set by the server configuration, set this to no value. Example: mysql_sql_mode=
* - ``pool_timeout`` = ``None``
- (Integer) If set, use this value for pool_timeout with SQLAlchemy.
* - ``query_log`` = ``False``
- (Boolean) DEPRECATED: No help text available for this option.
* - ``retry_interval`` = ``10``
- (Integer) Interval between retries of opening a SQL connection.
* - ``slave_connection`` = ``None``
- (String) The SQLAlchemy connection string to use to connect to the slave database.
* - ``sqlite_db`` = ``oslo.sqlite``
- (String) The file name to use with SQLite.
* - ``sqlite_synchronous`` = ``True``
- (Boolean) If True, SQLite uses synchronous mode.
* - ``use_db_reconnect`` = ``False``
- (Boolean) Enable the experimental use of database reconnect on connection lost.

View File

@@ -10,7 +10,6 @@ Alarming service configuration options.
.. include:: ../tables/aodh-auth_token.rst
.. include:: ../tables/aodh-common.rst
.. include:: ../tables/aodh-coordination.rst
.. include:: ../tables/aodh-database.rst
.. include:: ../tables/aodh-logging.rst
.. include:: ../tables/aodh-policy.rst
.. include:: ../tables/aodh-rabbitmq.rst

View File

@@ -11,7 +11,6 @@ configuration options.
.. include:: ../tables/ceilometer-auth_token.rst
.. include:: ../tables/ceilometer-collector.rst
.. include:: ../tables/ceilometer-common.rst
.. include:: ../tables/ceilometer-database.rst
.. include:: ../tables/ceilometer-debug.rst
.. include:: ../tables/ceilometer-dispatcher_gnocchi.rst
.. include:: ../tables/ceilometer-dispatcher_http.rst