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
1 changed files with 2 additions and 1 deletions

View File

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