Merge "Add cpu_mode in vagrant/bootstrap.sh"
This commit is contained in:
commit
ba8f376431
@ -205,7 +205,8 @@ EOF
|
|||||||
mkdir -p /etc/kolla/config/nova/
|
mkdir -p /etc/kolla/config/nova/
|
||||||
cat > /etc/kolla/config/nova/nova-compute.conf <<EOF
|
cat > /etc/kolla/config/nova/nova-compute.conf <<EOF
|
||||||
[libvirt]
|
[libvirt]
|
||||||
virt_type=qemu
|
virt_type = qemu
|
||||||
|
cpu_mode = none
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Launch a local registry (and mirror) to speed up pulling images.
|
# Launch a local registry (and mirror) to speed up pulling images.
|
||||||
|
Loading…
Reference in New Issue
Block a user