diff --git a/releasenotes/notes/fix-unix-socket-support-eaa0e350f4bfaf56.yaml b/releasenotes/notes/fix-unix-socket-support-eaa0e350f4bfaf56.yaml new file mode 100644 index 0000000000..fbddec7e44 --- /dev/null +++ b/releasenotes/notes/fix-unix-socket-support-eaa0e350f4bfaf56.yaml @@ -0,0 +1,3 @@ +fixes: + - When configured to listen on a unix socket, Ironic will now properly cleanup + the unix socket on a clean service stop.