Skip to content

Commit ec81213

Browse files
committed
Xen URI for the libvirt driver.
1 parent ab91576 commit ec81213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/virt/libvirt.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Executes operation over guest
1818
def exec
1919
hypervisor = case resource[:virt_type]
20-
when :openvz then "openvz:///system"
20+
when :xen_fullyvirt, :xen_paravirt then "xen:///"
2121
else "qemu:///session"
2222
end
2323
conn = Libvirt::open(hypervisor)

0 commit comments

Comments
 (0)