Merge "Fix /run/xtables.lock may be a directory"
This commit is contained in:
commit
7ba7e1d97a
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Neutron
|
description: OpenStack-Helm Neutron
|
||||||
name: neutron
|
name: neutron
|
||||||
version: 0.2.21
|
version: 0.2.22
|
||||||
home: https://docs.openstack.org/neutron/latest/
|
home: https://docs.openstack.org/neutron/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -235,6 +235,8 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
- name: iptables-lockfile
|
||||||
|
mountPath: /run/xtables.lock
|
||||||
- name: socket
|
- name: socket
|
||||||
mountPath: /var/lib/neutron/openstack-helm
|
mountPath: /var/lib/neutron/openstack-helm
|
||||||
{{- if .Values.network.share_namespaces }}
|
{{- if .Values.network.share_namespaces }}
|
||||||
@ -257,6 +259,10 @@ spec:
|
|||||||
secret:
|
secret:
|
||||||
secretName: {{ $configMapName }}
|
secretName: {{ $configMapName }}
|
||||||
defaultMode: 0444
|
defaultMode: 0444
|
||||||
|
- name: iptables-lockfile
|
||||||
|
hostPath:
|
||||||
|
path: /run/xtables.lock
|
||||||
|
type: FileOrCreate
|
||||||
- name: socket
|
- name: socket
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/neutron/openstack-helm
|
path: /var/lib/neutron/openstack-helm
|
||||||
|
@ -265,6 +265,7 @@ spec:
|
|||||||
- name: iptables-lockfile
|
- name: iptables-lockfile
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /run/xtables.lock
|
path: /run/xtables.lock
|
||||||
|
type: FileOrCreate
|
||||||
- name: pod-shared
|
- name: pod-shared
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: socket
|
- name: socket
|
||||||
|
@ -158,6 +158,7 @@ spec:
|
|||||||
- name: iptables-lockfile
|
- name: iptables-lockfile
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /run/xtables.lock
|
path: /run/xtables.lock
|
||||||
|
type: FileOrCreate
|
||||||
- name: socket
|
- name: socket
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/neutron/openstack-helm
|
path: /var/lib/neutron/openstack-helm
|
||||||
|
@ -35,4 +35,5 @@ neutron:
|
|||||||
- 0.2.19 Added qdhcp NS host validation for deleting wrong namespaces.
|
- 0.2.19 Added qdhcp NS host validation for deleting wrong namespaces.
|
||||||
- 0.2.20 Add Xena and Yoga values overrides
|
- 0.2.20 Add Xena and Yoga values overrides
|
||||||
- 0.2.21 Fix for qdhcp NS host validation for deleting wrong namespaces.
|
- 0.2.21 Fix for qdhcp NS host validation for deleting wrong namespaces.
|
||||||
|
- 0.2.22 Fix /run/xtables.lock may be a directory
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user