From 25bb15aeee756c5a40305b95107f9cd4cb8d193b Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Tue, 28 Nov 2023 14:17:28 -0800 Subject: [PATCH] Document wsgi_service fix from 16a806f We fixed a bug in wsgi_service around cleaningo up unix sockets; we should document the fix in a release note. Change-Id: I6ecb489ea1a9e6490c5ddca5c7467b0c4324dfd1 --- .../notes/fix-unix-socket-support-eaa0e350f4bfaf56.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 releasenotes/notes/fix-unix-socket-support-eaa0e350f4bfaf56.yaml 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.