Merge "Fix the virt_type in the gate"

This commit is contained in:
Jenkins 2016-05-13 18:50:34 +00:00 committed by Gerrit Code Review
commit 70ef8c33df

View File

@ -67,7 +67,8 @@ enable_horizon: "no"
enable_heat: "no"
EOF
cat << EOF > /etc/kolla/config/nova-compute.conf
mkdir /etc/kolla/config/nova
cat << EOF > /etc/kolla/config/nova/nova-compute.conf
[libvirt]
virt_type=qemu
EOF