From 1e6c033adf9db3ed946d05ae637349b7d2aca26c Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Thu, 12 May 2016 21:10:09 +0800 Subject: [PATCH] Fix the virt_type in the gate Change-Id: Iafa27677fc2ed2103c3ac8efeb0f0e13330a95f4 Closes-Bug: #1581021 --- tools/deploy_aio.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index 8f1c5406bc..9a6ae60e94 100755 --- a/tools/deploy_aio.sh +++ b/tools/deploy_aio.sh @@ -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