nova/releasenotes/notes/oslo_reports_config-23d89ab202937d25.yaml
AlexMuresan f1de38c26f Pass config object to oslo_reports
oslo_reports accepts a few config options that cannot be used at
the moment since nova does not pass the config object.

This change ensures that we properly set up oslo_reports when
starting the nova services.

Change-Id: Iacdca854027777647861984405a4c7246f117eee
Closes-Bug: #1705450
2017-09-05 10:39:43 +00:00

15 lines
511 B
YAML

---
features:
- |
Configuration options for `oslo.reports`, found in the ``oslo_reports``
group, are now exposed in nova. These include:
- ``log_dir``
- ``file_event_handler``
- ``file_event_handler_interval``
These will allow using a file trigger for the reports, which is
particularly useful for Windows nodes where the default signals are not
available. Also, specifying a log directory will allow the reports to be
generated at a specific location instead of stdout.