Fix the virt_type in the gate

Change-Id: Iafa27677fc2ed2103c3ac8efeb0f0e13330a95f4
Closes-Bug: #1581021
This commit is contained in:
Jeffrey Zhang 2016-05-12 21:10:09 +08:00
parent f6e1786563
commit 1e6c033adf
1 changed files with 2 additions and 1 deletions

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