From 4f4b7f5b62a88913c7711322c140258fc4e80378 Mon Sep 17 00:00:00 2001 From: Hyunkook Cho Date: Fri, 21 Dec 2018 10:03:36 +0900 Subject: [PATCH] Neutron: add log config file to ovs agent chart. neutron-sanity-check module load logging.conf file but there is no config file. Change-Id: I5e6dd298ccd9fb5432002f76bad3931ec035bb16 Signed-off-by: Hyunkook Cho --- neutron/templates/daemonset-ovs-agent.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neutron/templates/daemonset-ovs-agent.yaml b/neutron/templates/daemonset-ovs-agent.yaml index f8823d3b9d..e58f30e96e 100644 --- a/neutron/templates/daemonset-ovs-agent.yaml +++ b/neutron/templates/daemonset-ovs-agent.yaml @@ -103,6 +103,10 @@ spec: mountPath: /etc/neutron/plugins/ml2/openvswitch_agent.ini subPath: openvswitch_agent.ini readOnly: true + - name: neutron-etc + mountPath: {{ .Values.conf.neutron.DEFAULT.log_config_append }} + subPath: {{ base .Values.conf.neutron.DEFAULT.log_config_append }} + readOnly: true {{- if .Values.conf.plugins.taas.taas.enabled }} - name: neutron-etc mountPath: /etc/neutron/plugins/ml2/taas.ini