commit | 8851d6114039ef555ca8ba0065660acf1aa7244f | [log] [tgz] |
---|---|---|
author | Jakub Josef <jjosef@mirantis.com> | Thu Feb 22 10:39:59 2018 +0000 |
committer | Gerrit Code Review <gerrit2@56fc70e46927> | Thu Feb 22 10:39:59 2018 +0000 |
tree | 6e80479b60a6eaa3eab1d76620ce1866e8b367d4 | |
parent | ec1fdf24e8cda177ba9b32d6ec4bbba3c5a9f6b2 [diff] | |
parent | 914a8c98b585d36fd011543682a37b808ff3d9b7 [diff] |
Merge "Use new image for kitchen tests"
diff --git a/aodh/files/default b/aodh/files/default index b0259c6..960e5c3 100644 --- a/aodh/files/default +++ b/aodh/files/default
@@ -1,4 +1,4 @@ # Generated by Salt. {% if values.logging.log_appender %} -DAEMON_ARGS="--log-config-append=/etc/aodh/logging/logging-{{ service_name }}.conf" +DAEMON_ARGS="${DAEMON_ARGS} --log-config-append=/etc/aodh/logging/logging-{{ service_name }}.conf" {% endif %}