Fix gate in iax-ord node when using libvirt 2.0

Change-Id: Ifacc2462db2bcd7c8091a23c30e9442ec0140c97
Closes-Bug: #1653863
This commit is contained in:
Jeffrey Zhang 2017-01-04 11:21:13 +08:00
parent b609134e58
commit d5406a04f5
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ EOF
cat << EOF > /etc/kolla/config/nova/nova-compute.conf
[libvirt]
virt_type=qemu
# NOTE(Jeffrey4l): fix the gate in iax-ord nodes for libvirt 2.0.
cpu_mode=none
EOF
}