587248a835
Change-Id: Idc3f10b108781d09dd9e871b20bbb6a1551f423c
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
# Devstack settings
|
|
|
|
# A comma-separated list of secrets, that will be used for triggering
|
|
# of profiling in OpenStack services: profiling is only performed for
|
|
# requests that specify one of these keys in HTTP headers.
|
|
OSPROFILER_HMAC_KEYS=${OSPROFILER_HMAC_KEYS:-"SECRET_KEY"}
|
|
|
|
# Set whether tracing of SQL requests is enabled or not
|
|
OSPROFILER_TRACE_SQLALCHEMY=${OSPROFILER_TRACE_SQLALCHEMY:-"True"}
|
|
|
|
enable_service osprofiler
|