KATO Tomoyuki b97466ab98 [config-ref] update trove config options for Newton
Change-Id: I94bdaef1c61cefeab6c9f2baaa7b9c15fbb2fd2f
2016-10-14 10:50:12 +09:00

53 lines
2.8 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_db2:
.. list-table:: Description of DB2 database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[db2]**
-
* - ``backup_incremental_strategy`` = ``{}``
- (Dict) 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.db2_impl``
- (String) Namespace to load backup strategies from.
* - ``backup_strategy`` = ``DB2OfflineBackup``
- (String) Default strategy to perform backups.
* - ``default_password_length`` = ``36``
- (Integer) Character length of generated passwords.
* - ``device_path`` = ``/dev/vdb``
- (String) Device path for volume if volume support is enabled.
* - ``guest_log_exposed_logs`` =
- (String) List of Guest Logs to expose for publishing.
* - ``icmp`` = ``False``
- (Boolean) Whether to permit ICMP.
* - ``ignore_users`` = ``PUBLIC, DB2INST1``
- (List) No help text available for this option.
* - ``mount_point`` = ``/home/db2inst1/db2inst1``
- (String) Filesystem path for mounting volumes if volume support is enabled.
* - ``replication_strategy`` = ``None``
- (String) Default strategy for replication.
* - ``restore_namespace`` = ``trove.guestagent.strategies.restore.experimental.db2_impl``
- (String) Namespace to load restore strategies from.
* - ``root_controller`` = ``trove.extensions.common.service.DefaultRootController``
- (String) Root controller implementation for db2.
* - ``root_on_create`` = ``False``
- (Boolean) 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`` = ``50000``
- (List) 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`` =
- (List) 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``
- (Boolean) Whether to provision a Cinder volume for datadir.