Merge "Fix iptables locking in L3 neutron container"

This commit is contained in:
Zuul
2019-07-16 12:03:36 +00:00
committed by Gerrit Code Review

View File

@@ -160,6 +160,8 @@ spec:
- name: libmodules
mountPath: /lib/modules
readOnly: true
- name: iptables-lockfile
mountPath: /run/xtables.lock
- name: socket
mountPath: /var/lib/neutron/openstack-helm
{{- if .Values.network.share_namespaces }}
@@ -184,6 +186,9 @@ spec:
- name: libmodules
hostPath:
path: /lib/modules
- name: iptables-lockfile
hostPath:
path: /run/xtables.lock
- name: socket
hostPath:
path: /var/lib/neutron/openstack-helm