diff options
Diffstat (limited to 'devstack/settings')
| -rw-r--r-- | devstack/settings | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devstack/settings b/devstack/settings index dc01705..ac689c9 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,3 +1,8 @@ # 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"} + enable_service osprofiler |
