@@ -68,26 +68,26 @@ system emulators, e.g. `x86`. The default value is `['x86']` if
6868` libvirt_host_require_vt ` is ` false ` , otherwise the default value is an empty
6969list.
7070
71- ` libvirt_host_enable_efi_support ` : Whether to enable EFI support. This defaults
71+ ` libvirt_host_enable_efi_support ` : Whether to enable EFI support. This defaults
7272to false as extra packages need to be installed.
7373
7474` libvirt_host_var_prefix ` : This determines The directory under /var/run that libvirt
75- uses to store state, e.g unix domain sockets, as well as the default name of the
76- PID file. Override this if you have a conflict with the default socket e.g it
75+ uses to store state, e.g unix domain sockets, as well as the default name of the
76+ PID file. Override this if you have a conflict with the default socket e.g it
7777could be in use by the nova_libvirt container. Defaults to ` "" ` .
7878
7979` libvirt_host_socket_dir ` : Where the libvirtd socket is created. Defaults to
8080` /var/run/{{ libvirt_host_var_prefix }} ` if ` libvirt_host_var_prefix ` is set,
8181otherwise ` "" ` .
8282
8383` libvirt_host_pid_path ` : Path to PID file which prevents multiple instances of
84- the daemon from spawning. Defaults to ` /var/run/{{ libvirt_host_var_prefix }}.pid `
84+ the daemon from spawning. Defaults to ` /var/run/{{ libvirt_host_var_prefix }}.pid `
8585if ` libvirt_host_var_prefix ` is set, otherwise ` "" ` .
8686
8787` libvirt_host_libvirtd_args ` : Command line arguments passed to libvirtd by the
8888init system when libvirtd is started - quotes will be added
8989
90- ` libvirt_host_uri ` : The libvirt connnection URI. Defaults to
90+ ` libvirt_host_uri ` : The libvirt connnection URI. Defaults to
9191` qemu+unix:///system?socket={{ libvirt_host_socket_dir }}/libvirt-sock ` if
9292` libvirt_host_var_prefix ` is set, otherwise ` "" ` . If set to a falsey value,
9393an explicit connection URI will not be set when calling virsh or any of
0 commit comments