ironic/releasenotes/notes/enable-osprofiler-support-e3839b0fa90d3831.yaml
Ruby Loo d85d029520 [reno] update
Updates several release notes to fix links, address grammatical
issues and other minor cleanup.

Change-Id: I8ed7206badad49516016d413c074ce12ade2d907
2017-08-15 13:26:20 -04:00

18 lines
747 B
YAML

---
features:
- |
Adds `OSProfiler <https://docs.openstack.org/osprofiler/latest/>`_ support.
This cross-project profiling library provides the ability to trace various
OpenStack requests through all OpenStack services that support it.
For more information, see
https://docs.openstack.org/ironic/latest/contributor/osprofiler-support.html.
security:
- |
`OSProfiler <https://docs.openstack.org/osprofiler/latest/>`_ support
requires passing of trace information between
various OpenStack services. This information is securely signed
by one of the HMAC keys, defined in the ``ironic.conf`` configuration file.
To allow cross-project tracing, the same key should be used for all
OpenStack services.