d85d029520
Updates several release notes to fix links, address grammatical issues and other minor cleanup. Change-Id: I8ed7206badad49516016d413c074ce12ade2d907
18 lines
747 B
YAML
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.
|