Merge "Add cpu_mode in vagrant/bootstrap.sh"

This commit is contained in:
Zuul 2018-01-29 05:25:22 +00:00 committed by Gerrit Code Review
commit ba8f376431

View File

@ -206,6 +206,7 @@ EOF
cat > /etc/kolla/config/nova/nova-compute.conf <<EOF
[libvirt]
virt_type = qemu
cpu_mode = none
EOF
# Launch a local registry (and mirror) to speed up pulling images.