Fix neutron dhcp log path
The neutron dhcp-agent log path is not set properly. The service is logging at /var/log/containers/neutron/dhcp-agent.log and the log is set to /var/log/neutron/dhcp-agent.log Change-Id: Ia22eff1093c25395bc98cacd2f2106a2ac374eb9
This commit is contained in:
parent
83a21f3563
commit
74439ff701
@ -27,7 +27,7 @@ parameters:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.neutron.agent.dhcp
|
||||
path: /var/log/neutron/dhcp-agent.log
|
||||
path: /var/log/containers/neutron/dhcp-agent.log
|
||||
EndpointMap:
|
||||
default: {}
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
|
Loading…
x
Reference in New Issue
Block a user