Merge "Trivial: fix a typo in wsgi_service"

This commit is contained in:
Zuul 2023-11-28 21:53:03 +00:00 committed by Gerrit Code Review
commit 16a806f941
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class WSGIService(service.ServiceBase):
"""
self.server.stop()
if CONF.api.unix_socket:
il_utils.unlink_without_raise(CONF.unix_socket)
il_utils.unlink_without_raise(CONF.api.unix_socket)
def wait(self):
"""Wait for the service to stop serving this API.