From 41ef954ae7552cf20dc73cefe21ce183bb2716c0 Mon Sep 17 00:00:00 2001 From: xionglingfeng Date: Mon, 22 Feb 2016 03:21:32 -0330 Subject: [PATCH] fix neutron-dhcp-agent start failure The new heka changed log path. It is necessary to change the dnsmasq log path as well. Change-Id: Iaffecb8baf87961931727ce653f6c72740896a8f Closes-Bug: 1548199 --- ansible/roles/neutron/templates/dnsmasq.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/neutron/templates/dnsmasq.conf.j2 b/ansible/roles/neutron/templates/dnsmasq.conf.j2 index 7cd131994c..70400db5ef 100644 --- a/ansible/roles/neutron/templates/dnsmasq.conf.j2 +++ b/ansible/roles/neutron/templates/dnsmasq.conf.j2 @@ -1,2 +1,2 @@ dhcp-option-force=26,1450 -log-facility=/var/log/neutron/dnsmasq.log +log-facility=/var/log/kolla/neutron/dnsmasq.log