commit | d0c55c5a29764b7a8de0ad17af0dee048a7188fc | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Fri Feb 23 13:35:25 2018 +0000 |
committer | Gerrit Code Review <gerrit2@56fc70e46927> | Fri Feb 23 13:35:25 2018 +0000 |
tree | 430774df97af1ff5b0317c25c7a8910842bf43c8 | |
parent | db53ba6c41194a2be165fcc9f55dcbaeda7a5dad [diff] | |
parent | 389aaf6d00c1ea29bb16e8ab1eb498d9feed0af8 [diff] |
Merge "Change pike symlink to copy of ocata dir"
diff --git a/heat/files/default b/heat/files/default index 9284a0f..eabb6aa 100644 --- a/heat/files/default +++ b/heat/files/default
@@ -1,4 +1,4 @@ # Generated by Salt. {% if values.logging.log_appender %} -DAEMON_ARGS="--log-config-append=/etc/heat/logging/logging-{{ service_name }}.conf" -{% endif %} \ No newline at end of file +DAEMON_ARGS="${DAEMON_ARGS} --log-config-append=/etc/heat/logging/logging-{{ service_name }}.conf" +{% endif %}