
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
47 lines
2.5 KiB
ReStructuredText
47 lines
2.5 KiB
ReStructuredText
..
|
|
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-db_postgresql:
|
|
|
|
.. list-table:: Description of PostgreSQL database configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[postgresql]**
|
|
-
|
|
* - ``backup_incremental_strategy`` = ``{}``
|
|
- (DictOpt) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.
|
|
* - ``backup_namespace`` = ``trove.guestagent.strategies.backup.experimental.postgresql_impl``
|
|
- (StrOpt) Namespace to load backup strategies from.
|
|
* - ``backup_strategy`` = ``PgDump``
|
|
- (StrOpt) Default strategy to perform backups.
|
|
* - ``device_path`` = ``/dev/vdb``
|
|
- (StrOpt) No help text available for this option.
|
|
* - ``ignore_dbs`` = ``postgres``
|
|
- (ListOpt) No help text available for this option.
|
|
* - ``ignore_users`` = ``os_admin, postgres, root``
|
|
- (ListOpt) No help text available for this option.
|
|
* - ``mount_point`` = ``/var/lib/postgresql``
|
|
- (StrOpt) Filesystem path for mounting volumes if volume support is enabled.
|
|
* - ``restore_namespace`` = ``trove.guestagent.strategies.restore.experimental.postgresql_impl``
|
|
- (StrOpt) Namespace to load restore strategies from.
|
|
* - ``root_controller`` = ``trove.extensions.common.service.DefaultRootController``
|
|
- (StrOpt) Root controller implementation for postgresql.
|
|
* - ``root_on_create`` = ``False``
|
|
- (BoolOpt) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field.
|
|
* - ``tcp_ports`` = ``5432``
|
|
- (ListOpt) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
|
|
* - ``udp_ports`` =
|
|
- (ListOpt) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
|
|
* - ``volume_support`` = ``True``
|
|
- (BoolOpt) Whether to provision a Cinder volume for datadir.
|