Merge "Remove test variable for service_name in panko.conf file"

This commit is contained in:
Zuul 2017-10-31 07:50:16 +00:00 committed by Gerrit Code Review
commit 6b79b6aaef
2 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@
- Restart panko-api container
- name: Copying over panko.conf
vars:
service_name: "{{ item.key }}"
merge_configs:
sources:
- "{{ role_path }}/templates/panko.conf.j2"

View File

@ -3,10 +3,8 @@
log_dir = /var/log/kolla/panko
debug = {{ panko_logging_debug }}
{% if service_name == 'panko-api' %}
# Force panko-api.log or will use app.wsgi
log_file = /var/log/kolla/panko/panko-api.log
{% endif %}
[database]