diff --git a/manifests/site.pp b/manifests/site.pp index b026c8f..e617566 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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