diff --git a/dev/vagrant/centos-bootstrap.sh b/dev/vagrant/centos-bootstrap.sh
index 83d10c07409df08a45de1edff2ed0439c33d6eb8..2555eb479ab177b10f71e8591f9376d5cc6d63c5 100644
--- a/dev/vagrant/centos-bootstrap.sh
+++ b/dev/vagrant/centos-bootstrap.sh
@@ -85,7 +85,7 @@ function configure_kolla {
 # Configure the operator node and install some additional packages.
 function configure_operator {
     yum install -y git mariadb && yum clean all
-    pip install --upgrade "ansible<2" python-openstackclient tox
+    pip install --upgrade "ansible<2" python-openstackclient python-neutronclient tox
 
     pip install ~vagrant/kolla
 
@@ -128,6 +128,12 @@ export OS_USER_DOMAIN_ID=default
 EOF
     chown vagrant: ~vagrant/openrc
 
+    mkdir -p /etc/kolla/config/nova/
+    cat > /etc/kolla/config/nova/nova-compute.conf <<EOF
+[libvirt]
+virt_type=qemu
+EOF
+
 
     # Launch a local registry (and mirror) to speed up pulling images.
     # 0.9.1 is actually the _latest_ tag.