KATO Tomoyuki f1e0934114 [config-ref] update the conf changes tables
For a few tables which I got the error on generating,
I will update the following patch.

Change-Id: I1f5c6b70704182924b96e6705a893356bd31410f
2016-09-29 15:45:50 +09:00

2.5 KiB

New, updated, and deprecated options in Newton for Telemetry

New options
Option = default value (Type) Help string
[api] panko_is_enabled = None (BoolOpt) Set True to redirect events URLs to Panko. Default autodetection by querying keystone.
[api] panko_url = None (StrOpt) The endpoint of Panko to redirect events URLs to Panko API. Default autodetection by querying keystone.
[coordination] max_retry_interval = 30 (IntOpt) Maximum number of seconds between retry to join partitioning group
[coordination] retry_backoff = 1 (IntOpt) Retry backoff factor when retrying to connect withcoordination backend
[database] sql_expire_samples_only = False (BoolOpt) Indicates if expirer expires only samples. If set true, expired samples will be deleted, but residual resource and meter definition data will remain.
[dispatcher_http] verify_ssl = None (StrOpt) The path to a server certificate or directory if the system CAs are not used or if a self-signed certificate is used. Set to False to ignore SSL cert verification.
[hardware] readonly_user_auth_proto = None (StrOpt) SNMPd v3 authentication algorithm of all the nodes running in the cloud
[hardware] readonly_user_priv_password = None (StrOpt) SNMPd v3 encryption password of all the nodes running in the cloud.
[hardware] readonly_user_priv_proto = None (StrOpt) SNMPd v3 encryption algorithm of all the nodes running in the cloud
New default values
Option Previous default value New default value
[DEFAULT] event_dispatchers ['database'] []
[DEFAULT] host localhost <your_hostname>
[notification] batch_size 1 100
[notification] batch_timeout None 5
Deprecated options
Deprecated option New Option
[DEFAULT] use_syslog None
[hyperv] force_volumeutils_v1 None