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
This commit is contained in:
Jay Faulkner 2023-11-28 14:17:28 -08:00
parent 16a806f941
commit 25bb15aeee
1 changed files with 3 additions and 0 deletions

View File

@ -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.