Files
puppet-nova/releasenotes/notes/bug-2012747-36e40b85697e7eb7.yaml
Takashi Kajinami e9b881647a Make sure socket listens on specific interface
This change makes sure that systemd sockets for libvirt/virtproxy
listen on a specific interface instead of all interfaces, when user
gives the listen_address parameter.

Closes-Bug: #2012747
Change-Id: I8e7775ce73eeb44a60dc94de1c1707aec92f6ae3
2023-03-27 18:04:57 +09:00

6 lines
166 B
YAML

---
features:
- |
Now ``nova::migration::libvirt`` ensures that tcp/tls socket listens on
a specific interface when the `listen_address` parameter is used.