Deprecate profiler_enabled option

Option "profiler_enabled" from group "profiler" is deprecated.
Use option "enabled" from group "profiler".

Change-Id: I09b9a9f0d20ac47eab5a8fc698d838348caa9410
Closes-Bug: #1694892
This commit is contained in:
ZhongShengping 2017-06-01 11:48:10 +08:00
parent 49435e21fe
commit a1b75d3099
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ transport_url = rabbit://{% for host in cinder_rabbitmq_telemetry_servers.split(
lock_path = {{ cinder_lock_path }}
[profiler]
profiler_enabled = {{ cinder_profiler_enabled }}
enabled = {{ cinder_profiler_enabled }}
trace_sqlalchemy = {{ cinder_profiler_trace_sqlalchemy }}
hmac_keys = {{ cinder_profiler_hmac_key }}