blob: 580a2842d7eccb5a5fa018abcd62121ea602f987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
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.
|