Update stackalytics.conf
Since the commit Ib7b8a953907fb99182295f8c850481fe6331fb32 stackalytics.dashboard.config has been separated from stackalytics.processor.config. However we forgot to update stackalytics.conf with 'tox -e genconfig', and the part of stackalytics.dashboard.config should be moved like this patch. Change-Id: I31b795f221a97647a71348b68615a23c24ac6c2f
This commit is contained in:
@@ -109,6 +109,35 @@
|
|||||||
# Enables or disables fatal status of deprecations. (boolean value)
|
# Enables or disables fatal status of deprecations. (boolean value)
|
||||||
#fatal_deprecations = false
|
#fatal_deprecations = false
|
||||||
|
|
||||||
|
#
|
||||||
|
# From stackalytics.dashboard.config
|
||||||
|
#
|
||||||
|
|
||||||
|
# The address dashboard listens on (string value)
|
||||||
|
#listen_host = 127.0.0.1
|
||||||
|
|
||||||
|
# The port dashboard listens on (integer value)
|
||||||
|
#listen_port = 8080
|
||||||
|
|
||||||
|
# Default metric (string value)
|
||||||
|
#default_metric = marks
|
||||||
|
|
||||||
|
# Default release, the most recent if not set (string value)
|
||||||
|
#default_release = <None>
|
||||||
|
|
||||||
|
# Default project type (string value)
|
||||||
|
#default_project_type = openstack
|
||||||
|
|
||||||
|
# The interval specifies how frequently dashboard should check for updates in
|
||||||
|
# seconds (integer value)
|
||||||
|
#dashboard_update_interval = 3600
|
||||||
|
|
||||||
|
# Name of file to store python profiler data (string value)
|
||||||
|
#collect_profiler_stats = <None>
|
||||||
|
|
||||||
|
# Warn if the age of data is more than this value, sec (integer value)
|
||||||
|
#age_warn = 172800
|
||||||
|
|
||||||
#
|
#
|
||||||
# From stackalytics.processor.config
|
# From stackalytics.processor.config
|
||||||
#
|
#
|
||||||
@@ -155,28 +184,3 @@
|
|||||||
|
|
||||||
# How many times to retry after Gerrit errors (integer value)
|
# How many times to retry after Gerrit errors (integer value)
|
||||||
#gerrit_retry = 10
|
#gerrit_retry = 10
|
||||||
|
|
||||||
# The address dashboard listens on (string value)
|
|
||||||
#listen_host = 127.0.0.1
|
|
||||||
|
|
||||||
# The port dashboard listens on (integer value)
|
|
||||||
#listen_port = 8080
|
|
||||||
|
|
||||||
# Default metric (string value)
|
|
||||||
#default_metric = marks
|
|
||||||
|
|
||||||
# Default release, the most recent if not set (string value)
|
|
||||||
#default_release = <None>
|
|
||||||
|
|
||||||
# Default project type (string value)
|
|
||||||
#default_project_type = openstack
|
|
||||||
|
|
||||||
# The interval specifies how frequently dashboard should check for updates in
|
|
||||||
# seconds (integer value)
|
|
||||||
#dashboard_update_interval = 3600
|
|
||||||
|
|
||||||
# Name of file to store python profiler data (string value)
|
|
||||||
#collect_profiler_stats = <None>
|
|
||||||
|
|
||||||
# Warn if the age of data is more than this value, sec (integer value)
|
|
||||||
#age_warn = 172800
|
|
||||||
|
Reference in New Issue
Block a user