Skip to content
Snippets Groups Projects
Commit 6b79b6aa authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents d1fe0778 791bf3d5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment