From b147b10e9517cf99f0643ad9aaf88149bdcd18bd Mon Sep 17 00:00:00 2001
From: zhihui wu <wu.zhihui1@zte.com.cn>
Date: Wed, 24 May 2017 16:12:48 +0800
Subject: bugfix CI failure

It miss ":children" after "SUT", then compute nodes can't be found
CI link:
https://build.opnfv.org/ci/view/qtip/job/
qtip-os-nosdn-kvm-ha-zte-pod3-daily-master/54/console

Change-Id: Ifca492a587b99036b649ecb9de1123924baf8d7f
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
---
 resources/ansible_roles/qtip-workspace/files/template/templates/hosts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/ansible_roles/qtip-workspace/files/template/templates/hosts b/resources/ansible_roles/qtip-workspace/files/template/templates/hosts
index 492651b0..34e4aa92 100644
--- a/resources/ansible_roles/qtip-workspace/files/template/templates/hosts
+++ b/resources/ansible_roles/qtip-workspace/files/template/templates/hosts
@@ -4,7 +4,7 @@ localhost   ansible_connection=local
 [{{ installer_master_group[installer] }}]
 {{ installer_master_host }}
 
-[SUT]   # system under test
+[SUT:children]   # system under test
 compute
 
 [node-groups:children]
-- 
cgit