99c7eb1997
This implements all the openstack pieces needed to make ceph work. DocImpact Change-Id: I1d24476a966602cf955e5ef872b0efb01319894a Partially-Implements: blueprint ceph-container Implements: blueprint kolla-live-migration
12 lines
336 B
Django/Jinja
12 lines
336 B
Django/Jinja
listen_tcp = 1
|
|
auth_tcp = "none"
|
|
ca_file = ""
|
|
log_level = 2
|
|
log_outputs = "2:file:/var/log/libvirt/libvirtd.log"
|
|
listen_addr = "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}"
|
|
unix_sock_group = "root"
|
|
unix_sock_ro_perms = "0777"
|
|
unix_sock_rw_perms = "0770"
|
|
auth_unix_ro = "none"
|
|
auth_unix_rw = "none"
|