Change libvirt type to qemu

Change libvirt type from kvm to qemu
This commit is contained in:
Dan Bode 2012-04-10 10:29:18 -07:00
parent f3d26339d0
commit 8de657443e
1 changed files with 2 additions and 1 deletions

View File

@ -168,6 +168,7 @@ class { 'nova::compute':
}
class { 'nova::compute::libvirt':
flat_network_bridge_ip => '192.168.188.1',
libvirt_type => 'qemu',
flat_network_bridge_ip => '192.168.188.1',
flat_network_bridge_netmask => '255.255.255.0',
}