Ensure libvirt does not listen_tls by default.
This commit is contained in:
parent
afe8a345b1
commit
1cf8730e9c
@ -87,7 +87,7 @@ class NovaComputeLibvirtContext(context.OSContextGenerator):
|
||||
# /etc/default/libvirt-bin
|
||||
'libvirtd_opts': '-d',
|
||||
# /etc/libvirt/libvirtd.conf (
|
||||
'listen_tls': 1,
|
||||
'listen_tls': 0,
|
||||
}
|
||||
|
||||
# enable tcp listening if configured for live migration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user