fix compute_type

it was set to qemu, but should been
libvirt.
This commit is contained in:
Dan Bode
2013-09-04 16:49:30 -07:00
parent 9076f371fa
commit f210a0a690

View File

@@ -23,7 +23,7 @@ $db_type = 'mysql'
$rpc_type = 'rabbitmq'
$cinder_backend = 'iscsi'
$glance_backend = 'file'
$compute_type = 'qemu'
$compute_type = 'libvirt'
# networking options
$network_service = 'quantum'
# supports linuxbridge and ovs