Deprecate profiler_enabled option

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

Change-Id: Id309d21966e6aefae3e0a96581547f9551314faa
Closes-Bug: #1694892
This commit is contained in:
ZhongShengping 2017-06-01 11:56:34 +08:00
parent d6c23fa6b0
commit 7eb889131d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ transport_url = rabbit://{% for host in heat_rabbitmq_telemetry_servers.split(',
[profiler]
profiler_enabled = {{ heat_profiler_enabled }}
enabled = {{ heat_profiler_enabled }}
trace_sqlalchemy = {{ heat_profiler_trace_sqlalchemy }}