
With this patch the user can select which OSProfiler driver to use in DevStack. The configuration parameter is `OSPROFILER_CONNECTION_STRING`. Default empty value refers to Ceilometer-based driver (value `messaging://`). DevStack plugin's README is updated to explain new option. Change-Id: I608cd3e7bafd29db72e9e3e4cb8eb7437cd81ab2
10 lines
383 B
Plaintext
10 lines
383 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"}
|
|
OSPROFILER_CONNECTION_STRING=${OSPROFILER_CONNECTION_STRING:-"messaging://"}
|
|
|
|
enable_service osprofiler
|