Merge "Neutron: add log config file to ovs agent chart."

This commit is contained in:
Zuul 2018-12-27 18:04:59 +00:00 committed by Gerrit Code Review
commit f40673f02d
1 changed files with 4 additions and 0 deletions

View File

@ -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