KATO Tomoyuki 386d3e7fc7 [config-ref] remove unnecessary RST markup
The help strings for configuration option are text strings,
not a code item. So, they are not necessary.
Also, it breaks literal markups within the help strings.
The tool is updated with the change
I4b9279d5f49a03137d9c1369622fde1ed2df684e.

backport: mitaka
Change-Id: Ibbf1e259f7451c1aa1130e0bf0a1dceb78e34758
Closes-Bug: #1585927
2016-05-31 04:04:34 +00:00

85 lines
3.7 KiB
ReStructuredText

New, updated, and deprecated options in Mitaka for Telemetry
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
..
Warning: Do not edit this file. It is automatically generated and your
changes will be overwritten. The tool to do so lives in the
openstack-doc-tools repository.
.. list-table:: New options
:header-rows: 1
:class: config-ref-table
* - Option = default value
- (Type) Help string
* - ``[DEFAULT] event_dispatchers = ['database']``
- (MultiStrOpt) Dispatchers to process event data.
* - ``[DEFAULT] meter_dispatchers = ['database']``
- (MultiStrOpt) Dispatchers to process metering data.
* - ``[collector] batch_size = 1``
- (IntOpt) Number of notification messages to wait before dispatching them
* - ``[collector] batch_timeout = None``
- (IntOpt) Number of seconds to wait before dispatching sampleswhen batch_size is not reached (None means indefinitely)
* - ``[compute] resource_update_interval = 0``
- (IntOpt) New instances will be discovered periodically based on this option (in seconds). By default, the agent discovers instances according to pipeline polling interval. If option is greater than 0, the instance list to poll will be updated based on this option's interval. Measurements relating to the instances will match intervals defined in pipeline.
* - ``[hyperv] force_volumeutils_v1 = False``
- (BoolOpt) DEPRECATED: Force V1 volume utility class
* - ``[notification] batch_size = 1``
- (IntOpt) Number of notification messages to wait before publishing them
* - ``[notification] batch_timeout = None``
- (IntOpt) Number of seconds to wait before publishing sampleswhen batch_size is not reached (None means indefinitely)
* - ``[service_credentials] auth_section = None``
- (Opt) Config Section from which to load plugin specific options
* - ``[service_credentials] auth_type = None``
- (Opt) Authentication type to load
* - ``[service_credentials] cafile = None``
- (StrOpt) PEM encoded Certificate Authority to use when verifying HTTPs connections.
* - ``[service_credentials] certfile = None``
- (StrOpt) PEM encoded client certificate cert file
* - ``[service_credentials] interface = public``
- (StrOpt) Type of endpoint in Identity service catalog to use for communication with OpenStack services.
* - ``[service_credentials] keyfile = None``
- (StrOpt) PEM encoded client certificate key file
* - ``[service_credentials] region_name = None``
- (StrOpt) Region name to use for OpenStack service endpoints.
* - ``[service_credentials] timeout = None``
- (IntOpt) Timeout value for http requests
* - ``[service_types] neutron_lbaas_version = v2``
- (StrOpt) Neutron load balancer version.
* - ``[storage] max_retries = 10``
- (IntOpt) Maximum number of connection retries during startup. Set to -1 to specify an infinite retry count.
* - ``[storage] retry_interval = 10``
- (IntOpt) Interval (in seconds) between retries of connection.
.. list-table:: New default values
:header-rows: 1
:class: config-ref-table
* - Option
- Previous default value
- New default value
* - ``[dispatcher_gnocchi] archive_policy``
- ``low``
- ``None``
* - ``[dispatcher_gnocchi] url``
- ``http://localhost:8041``
- ``None``
.. list-table:: Deprecated options
:header-rows: 1
:class: config-ref-table
* - Deprecated option
- New Option
* - ``[DEFAULT] database_connection``
- ``None``
* - ``[DEFAULT] dispatcher``
- ``[DEFAULT] meter_dispatchers``
* - ``[DEFAULT] dispatcher``
- ``[DEFAULT] event_dispatchers``
* - ``[DEFAULT] use_syslog``
- ``None``
* - ``[hyperv] force_volumeutils_v1``
- ``None``