[config-ref] cleanup common database configurations

Change-Id: Iea4c2ee4007faae899e76117e0f04deec56fd3e0
Implements: blueprint config-ref-common-sections
This commit is contained in:
KATO Tomoyuki 2016-07-28 17:03:02 +09:00
parent 7f54582717
commit 7a9d253acc
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

View File

@ -73,27 +73,27 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/alarm_history_time_to_live database
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/alarm_history_time_to_live common
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
keystone_authtoken/admin_password auth_token
keystone_authtoken/admin_tenant_name auth_token
keystone_authtoken/admin_token auth_token

View File

@ -3,7 +3,7 @@ batch_polled_samples common
ceilometer_control_exchange exchange
cinder_control_exchange exchange
control_exchange amqp
database_connection database
database_connection common
debug logging
default_log_levels logging
dns_control_exchange exchange
@ -113,30 +113,30 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/event_connection database
database/event_time_to_live database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/metering_connection database
database/metering_time_to_live database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/event_connection common
database/event_time_to_live common
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/metering_connection common
database/metering_time_to_live common
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
dispatcher_file/backup_count collector
dispatcher_file/file_path collector
dispatcher_file/max_bytes collector

View File

@ -108,7 +108,7 @@ datera_503_timeout datera
datera_503_interval datera
datera_acl_allow_all datera
datera_debug datera
db_driver database
db_driver disable
debug logging
default_availability_zone common
default_log_levels logging
@ -712,27 +712,27 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/use_tpool database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
database/use_tpool disable
fc-zone-manager/brcd_sb_connector zoning_manage_brcd
fc-zone-manager/cisco_sb_connector zoning_manager_cisco
fc-zone-manager/fc_fabric_names zoning

View File

@ -135,26 +135,26 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
glance_store/cinder_api_insecure cinder
glance_store/cinder_ca_certificates_file cinder
glance_store/cinder_catalog_info cinder

View File

@ -177,26 +177,26 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
ec2authtoken/allowed_auth_uris api
ec2authtoken/auth_uri api
ec2authtoken/ca_file api

View File

@ -121,27 +121,27 @@ cors.subdomain/allow_methods api
cors.subdomain/allowed_origin api
cors.subdomain/expose_headers api
cors.subdomain/max_age api
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_engine database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_engine disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
deploy/erase_devices_iterations deploy
deploy/erase_devices_priority deploy
deploy/http_root deploy

View File

@ -98,26 +98,26 @@ cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
credential/driver credential
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
domain_config/cache_time domain
domain_config/caching domain
domain_config/driver domain

View File

@ -26,8 +26,8 @@ data_manager common
data_node_access_cert common
data_node_access_ip common
data_topic common
db_backend database
db_driver database
db_backend api
db_driver disable
debug logging
default_log_levels logging
default_share_type share
@ -350,26 +350,26 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
hnas1/hds_hnas_cluster_admin_ip0 hds_hnas
hnas1/hds_hnas_evs_id hds_hnas
hnas1/hds_hnas_evs_ip hds_hnas

View File

@ -269,26 +269,26 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
designate/admin_auth_url designate
designate/admin_password designate
designate/admin_tenant_id designate

View File

@ -46,7 +46,7 @@ cpu_allocation_ratio scheduler
create_unique_mac_address_attempts network
crl_file ca
daemon vnc
db_driver database
db_driver disable
debug logging
default_access_ip_network_name network
default_availability_zone availabilityzones
@ -336,18 +336,18 @@ vpn_start vpn
watch_log_file logging
web vnc
zmq_target_expire zeromq
api_database/connection database
api_database/connection_debug database
api_database/connection_trace database
api_database/idle_timeout database
api_database/max_overflow database
api_database/max_pool_size database
api_database/max_retries database
api_database/mysql_sql_mode database
api_database/pool_timeout database
api_database/retry_interval database
api_database/slave_connection database
api_database/sqlite_synchronous database
api_database/connection api_database
api_database/connection_debug api_database
api_database/connection_trace api_database
api_database/idle_timeout api_database
api_database/max_overflow api_database
api_database/max_pool_size api_database
api_database/max_retries api_database
api_database/mysql_sql_mode api_database
api_database/pool_timeout api_database
api_database/retry_interval api_database
api_database/slave_connection api_database
api_database/sqlite_synchronous api_database
barbican/cafile barbican
barbican/catalog_info barbican
barbican/certfile barbican
@ -423,27 +423,27 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/use_tpool database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
database/use_tpool disable
ephemeral_storage_encryption/cipher ephemeral_storage_encryption
ephemeral_storage_encryption/enabled ephemeral_storage_encryption
ephemeral_storage_encryption/key_size ephemeral_storage_encryption

View File

@ -97,26 +97,26 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
glance/ca_certificates_file common
glance/endpoint common
glance/endpoint_type common

View File

@ -6,7 +6,7 @@ cluster_remote_threshold common
compute_topology_file common
control_exchange amqp
coordinator_heartbeat_interval common
db_driver database
db_driver disable
debug logging
default_log_levels logging
default_ntp_server common
@ -107,26 +107,26 @@ cors.subdomain/allow_methods cors
cors.subdomain/allowed_origin cors
cors.subdomain/expose_headers cors
cors.subdomain/max_age cors
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
heat/api_insecure clients
heat/ca_file clients
heat/endpoint_type clients

View File

@ -159,7 +159,7 @@ rpc_zmq_max_port zeromq
rpc_zmq_min_port zeromq
rpc_zmq_topic_backlog zeromq
server_delete_time_out taskmanager
sql_query_logging database
sql_query_logging common
state_change_poll_time taskmanager
state_change_wait_time taskmanager
storage_namespace guestagent
@ -258,27 +258,27 @@ couchdb/root_on_create db_couchdb
couchdb/tcp_ports db_couchdb
couchdb/udp_ports db_couchdb
couchdb/volume_support db_couchbase
database/backend database
database/connection database
database/connection_debug database
database/connection_trace database
database/db_inc_retry_interval database
database/db_max_retries database
database/db_max_retry_interval database
database/db_retry_interval database
database/idle_timeout database
database/max_overflow database
database/max_pool_size database
database/max_retries database
database/min_pool_size database
database/mysql_sql_mode database
database/pool_timeout database
database/query_log database
database/retry_interval database
database/slave_connection database
database/sqlite_db database
database/sqlite_synchronous database
database/use_db_reconnect database
database/backend disable
database/connection disable
database/connection_debug disable
database/connection_trace disable
database/db_inc_retry_interval disable
database/db_max_retries disable
database/db_max_retry_interval disable
database/db_retry_interval disable
database/idle_timeout disable
database/max_overflow disable
database/max_pool_size disable
database/max_retries disable
database/min_pool_size disable
database/mysql_sql_mode disable
database/pool_timeout disable
database/query_log disable
database/retry_interval disable
database/slave_connection disable
database/sqlite_db disable
database/sqlite_synchronous disable
database/use_db_reconnect disable
db2/backup_incremental_strategy db_db2
db2/backup_namespace db_db2
db2/backup_strategy db_db2