864e589803
Two new parameters (migration_interface, migration_interface_address) to make the use of a dedicated migration network possible. Change-Id: I723c9bea9cf1881e02ba39d5318c090960c22c47
9 lines
221 B
Django/Jinja
9 lines
221 B
Django/Jinja
listen_tcp = 1
|
|
listen_tls = 0
|
|
auth_tcp = "none"
|
|
ca_file = ""
|
|
log_level = 3
|
|
log_outputs = "3:file:/var/log/kolla/libvirt/libvirtd.log"
|
|
listen_addr = "{{ migration_interface_address }}"
|
|
tcp_port = "{{ nova_libvirt_port }}"
|