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 <hk0713.cho@samsung.com>
This commit is contained in:
parent
ed0c92eca0
commit
4f4b7f5b62
@ -103,6 +103,10 @@ spec:
|
|||||||
mountPath: /etc/neutron/plugins/ml2/openvswitch_agent.ini
|
mountPath: /etc/neutron/plugins/ml2/openvswitch_agent.ini
|
||||||
subPath: openvswitch_agent.ini
|
subPath: openvswitch_agent.ini
|
||||||
readOnly: true
|
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 }}
|
{{- if .Values.conf.plugins.taas.taas.enabled }}
|
||||||
- name: neutron-etc
|
- name: neutron-etc
|
||||||
mountPath: /etc/neutron/plugins/ml2/taas.ini
|
mountPath: /etc/neutron/plugins/ml2/taas.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user