fix: neutron-ironic-agent having invalid volumes spec
Since 0e7fe77f49
the volumes spec for neutron-ironic-agent has been
invalid.
Change-Id: I62e83af1e3845ea0cbd8d643cb1a29fd3c2bd5dd
This commit is contained in:
@@ -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
|
||||
|
6
releasenotes/notes/neutron-659f0c21af1feaa0.yaml
Normal file
6
releasenotes/notes/neutron-659f0c21af1feaa0.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Since 0e7fe77f49 neutron-ironic-agent has had an invalid volumes spec. Fix the
|
||||
spec so the agent can run.
|
||||
...
|
Reference in New Issue
Block a user