Add cinder_profiler_hmac_key to cinder.conf
Configuration of profiler settings were moved from api-paste.ini to cinder.conf in mitaka. Including hmac_keys in that move was missed. Change-Id: Idb1ebadbb0424aa760142af1c1809147d6bd9e08 Related-Change: I17b89ffdf5613103be83284ddf8549e963a69c4f
This commit is contained in:
parent
73094894b6
commit
cbdd1ea739
@ -127,6 +127,7 @@ lock_path = /var/lock/cinder
|
||||
[profiler]
|
||||
profiler_enabled = {{ cinder_profiler_enabled }}
|
||||
trace_sqlalchemy = {{ cinder_profiler_trace_sqlalchemy }}
|
||||
hmac_keys = {{ cinder_profiler_hmac_key }}
|
||||
|
||||
[keymgr]
|
||||
encryption_auth_url = {{ keystone_service_internaluri }}/v3
|
||||
|
Loading…
Reference in New Issue
Block a user