glance/releasenotes/notes/remove-osprofiler-paste-ini-options-c620dedc8f9728ff.yaml
Dina Belova 3bdb51e947 Do not use api-paste.ini osprofiler options
Starting with opsrofiler 0.3.1 release there is no need to set HMAC_KEYS
and ENABLED arguments in the glance-api-paste.ini and
glance-registry-paste.ini files, this can be set in glance-api.conf and
glance-registry.conf configuration files.

DocImpact
Change-Id: I068504913c93be0f506262930eadc2e40879ce0f
2016-01-11 17:55:10 +03:00

14 lines
711 B
YAML

---
deprecations:
- OSprofiler support requires passing of trace information
between various OpenStack services. This information is
signed by one of HMAC keys, which we historically defined
in glance-api-paste.ini and glance-registry-paste.ini files
(together with enabled option, that in fact was duplicated in
the corresponding configuration files).
OSprofiler 0.3.1 and higher supports passing this information
via configuration files, therefore it's recommended to
modify the ``[filter:osprofiler]`` section in \*-paste.ini to look like
``paste.filter_factor = osprofiler.web:WsgiMiddleware.factory``
and set the ``hmac_keys`` option in the glance-\*.conf files.