diff --git a/neutron/templates/deployment-ironic-agent.yaml b/neutron/templates/deployment-ironic-agent.yaml index 2ac170cb24..96f795adc4 100644 --- a/neutron/templates/deployment-ironic-agent.yaml +++ b/neutron/templates/deployment-ironic-agent.yaml @@ -122,7 +122,7 @@ spec: - name: pod-var-neutron emptyDir: {} - name: pod-shared - mountPath: /tmp/pod-shared + emptyDir: {} - name: neutron-bin configMap: name: neutron-bin diff --git a/releasenotes/notes/neutron-659f0c21af1feaa0.yaml b/releasenotes/notes/neutron-659f0c21af1feaa0.yaml new file mode 100644 index 0000000000..816a45239b --- /dev/null +++ b/releasenotes/notes/neutron-659f0c21af1feaa0.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Since 0e7fe77f49 neutron-ironic-agent has had an invalid volumes spec. Fix the + spec so the agent can run. +...