puppet-nova/releasenotes/notes/libvirt-systemd-socket-units-f7b0fc3a4f3c5219.yaml
Takashi Kajinami 87f2437bdc Use systemd units to enable tcp/tls in libvirt
Since v5.7.0, libvirt requires that proper socket unit is used to
listen on tcp/tls, and the usage of --listen option is forbidden
by default[1].
This patch makes puppet-nova depend on socket units instead of listen
option, to avoid failure when systemd tries to start libvrit service.

[1] 3a6a725b8f

Change-Id: I902169f54ff723c8f35ce12a7909950f61b4b7c6
Closes-Bug: #1880619
2020-05-26 22:27:53 +09:00

8 lines
267 B
YAML

---
features:
- |
Now puppet-nova supports configuration of libvirtd-tls.socket and
libvirtd-tcp.socket, which should be enabled according to the transport
protocol when libvirt is running under systemd. This feature is enforced
since libvirt v5.8.