Update config sample file with latest config options
Some config options have changed their help text like 'sqlite_db', so run 'tox -e genconfig' to generate latest config sample file. Change-Id: Ifad41b2e1203308c02392ad63e3e90853dbbca68
This commit is contained in:
parent
0b4b4b48e7
commit
c2d8b93be4
@ -22,6 +22,7 @@
|
|||||||
# configuration is set in the configuration file and other logging
|
# configuration is set in the configuration file and other logging
|
||||||
# configuration options are ignored (for example,
|
# configuration options are ignored (for example,
|
||||||
# logging_context_format_string). (string value)
|
# logging_context_format_string). (string value)
|
||||||
|
# Note: This option can be changed without restarting.
|
||||||
# Deprecated group/name - [DEFAULT]/log_config
|
# Deprecated group/name - [DEFAULT]/log_config
|
||||||
#log_config_append = <None>
|
#log_config_append = <None>
|
||||||
|
|
||||||
@ -255,12 +256,16 @@
|
|||||||
# (floating point value)
|
# (floating point value)
|
||||||
#manila_share_delete_poll_interval = 2.0
|
#manila_share_delete_poll_interval = 2.0
|
||||||
|
|
||||||
|
# Delay between creating Monasca metrics and polling for its elements.
|
||||||
|
# (floating point value)
|
||||||
|
#monasca_metric_create_prepoll_delay = 15.0
|
||||||
|
|
||||||
# A timeout in seconds for an environment deploy (integer value)
|
# A timeout in seconds for an environment deploy (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/deploy_environment_timeout
|
# Deprecated group/name - [benchmark]/deploy_environment_timeout
|
||||||
#murano_deploy_environment_timeout = 1200
|
#murano_deploy_environment_timeout = 1200
|
||||||
|
|
||||||
# Deploy environment check interval in seconds (integer value)
|
# Deploy environment check interval in seconds (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/deploy_environment_check_interval
|
# Deprecated group/name - [benchmark]/deploy_environment_check_interval
|
||||||
#murano_deploy_environment_check_interval = 5
|
#murano_deploy_environment_check_interval = 5
|
||||||
|
|
||||||
# Time to sleep after start before polling for status (floating point
|
# Time to sleep after start before polling for status (floating point
|
||||||
@ -480,23 +485,23 @@
|
|||||||
#nova_detach_volume_poll_interval = 2.0
|
#nova_detach_volume_poll_interval = 2.0
|
||||||
|
|
||||||
# A timeout in seconds for a cluster create operation (integer value)
|
# A timeout in seconds for a cluster create operation (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/cluster_create_timeout
|
# Deprecated group/name - [benchmark]/cluster_create_timeout
|
||||||
#sahara_cluster_create_timeout = 1800
|
#sahara_cluster_create_timeout = 1800
|
||||||
|
|
||||||
# A timeout in seconds for a cluster delete operation (integer value)
|
# A timeout in seconds for a cluster delete operation (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/cluster_delete_timeout
|
# Deprecated group/name - [benchmark]/cluster_delete_timeout
|
||||||
#sahara_cluster_delete_timeout = 900
|
#sahara_cluster_delete_timeout = 900
|
||||||
|
|
||||||
# Cluster status polling interval in seconds (integer value)
|
# Cluster status polling interval in seconds (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/cluster_check_interval
|
# Deprecated group/name - [benchmark]/cluster_check_interval
|
||||||
#sahara_cluster_check_interval = 5
|
#sahara_cluster_check_interval = 5
|
||||||
|
|
||||||
# A timeout in seconds for a Job Execution to complete (integer value)
|
# A timeout in seconds for a Job Execution to complete (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/job_execution_timeout
|
# Deprecated group/name - [benchmark]/job_execution_timeout
|
||||||
#sahara_job_execution_timeout = 600
|
#sahara_job_execution_timeout = 600
|
||||||
|
|
||||||
# Job Execution status polling interval in seconds (integer value)
|
# Job Execution status polling interval in seconds (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/job_check_interval
|
# Deprecated group/name - [benchmark]/job_check_interval
|
||||||
#sahara_job_check_interval = 5
|
#sahara_job_check_interval = 5
|
||||||
|
|
||||||
# Amount of workers one proxy should serve to. (integer value)
|
# Amount of workers one proxy should serve to. (integer value)
|
||||||
@ -515,6 +520,7 @@
|
|||||||
# Watcher audit launch timeout (integer value)
|
# Watcher audit launch timeout (integer value)
|
||||||
#watcher_audit_launch_timeout = 300
|
#watcher_audit_launch_timeout = 300
|
||||||
|
|
||||||
|
|
||||||
[cleanup]
|
[cleanup]
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -534,8 +540,12 @@
|
|||||||
# From oslo.db
|
# From oslo.db
|
||||||
#
|
#
|
||||||
|
|
||||||
# The file name to use with SQLite. (string value)
|
# DEPRECATED: The file name to use with SQLite. (string value)
|
||||||
# Deprecated group/name - [DEFAULT]/sqlite_db
|
# Deprecated group/name - [DEFAULT]/sqlite_db
|
||||||
|
# This option is deprecated for removal.
|
||||||
|
# Its value may be silently ignored in the future.
|
||||||
|
# Reason: Should use config option connection or slave_connection to
|
||||||
|
# connect the database.
|
||||||
#sqlite_db = oslo.sqlite
|
#sqlite_db = oslo.sqlite
|
||||||
|
|
||||||
# If True, SQLite uses synchronous mode. (boolean value)
|
# If True, SQLite uses synchronous mode. (boolean value)
|
||||||
@ -575,11 +585,11 @@
|
|||||||
# Deprecated group/name - [DATABASE]/sql_min_pool_size
|
# Deprecated group/name - [DATABASE]/sql_min_pool_size
|
||||||
#min_pool_size = 1
|
#min_pool_size = 1
|
||||||
|
|
||||||
# Maximum number of SQL connections to keep open in a pool. (integer
|
# Maximum number of SQL connections to keep open in a pool. Setting a
|
||||||
# value)
|
# value of 0 indicates no limit. (integer value)
|
||||||
# Deprecated group/name - [DEFAULT]/sql_max_pool_size
|
# Deprecated group/name - [DEFAULT]/sql_max_pool_size
|
||||||
# Deprecated group/name - [DATABASE]/sql_max_pool_size
|
# Deprecated group/name - [DATABASE]/sql_max_pool_size
|
||||||
#max_pool_size = <None>
|
#max_pool_size = 5
|
||||||
|
|
||||||
# Maximum number of database connection retries during startup. Set to
|
# Maximum number of database connection retries during startup. Set to
|
||||||
# -1 to specify an infinite retry count. (integer value)
|
# -1 to specify an infinite retry count. (integer value)
|
||||||
@ -601,6 +611,8 @@
|
|||||||
|
|
||||||
# Verbosity of SQL debugging information: 0=None, 100=Everything.
|
# Verbosity of SQL debugging information: 0=None, 100=Everything.
|
||||||
# (integer value)
|
# (integer value)
|
||||||
|
# Minimum value: 0
|
||||||
|
# Maximum value: 100
|
||||||
# Deprecated group/name - [DEFAULT]/sql_connection_debug
|
# Deprecated group/name - [DEFAULT]/sql_connection_debug
|
||||||
#connection_debug = 0
|
#connection_debug = 0
|
||||||
|
|
||||||
@ -696,7 +708,7 @@
|
|||||||
#flavor_ref_ram = 64
|
#flavor_ref_ram = 64
|
||||||
|
|
||||||
# Alternate reference flavor RAM size used by test thatneed two
|
# Alternate reference flavor RAM size used by test thatneed two
|
||||||
# flavors, like those that resize an instnace (integer value)
|
# flavors, like those that resize an instance (integer value)
|
||||||
#flavor_ref_alt_ram = 128
|
#flavor_ref_alt_ram = 128
|
||||||
|
|
||||||
# RAM size flavor used for orchestration test cases (integer value)
|
# RAM size flavor used for orchestration test cases (integer value)
|
||||||
@ -717,4 +729,7 @@
|
|||||||
#project_domain = default
|
#project_domain = default
|
||||||
|
|
||||||
# ID of domain in which users will be created. (string value)
|
# ID of domain in which users will be created. (string value)
|
||||||
#user_domain = default
|
#user_domain = default
|
||||||
|
|
||||||
|
# The default role name of the keystone. (string value)
|
||||||
|
#keystone_default_role = member
|
||||||
|
Loading…
Reference in New Issue
Block a user