diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-25 01:40:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-25 01:40:50 +0000 |
commit | 00d8896a9b19ac063f31d117c0d04ccc542eeec4 (patch) | |
tree | af3336dd07f6dca26e4aef509ea9225d93c63b2e /resources | |
parent | 92d031db1f608604342c437c49c2e6a36f073706 (diff) | |
parent | b147b10e9517cf99f0643ad9aaf88149bdcd18bd (diff) |
Merge "bugfix CI failure"
Diffstat (limited to 'resources')
-rw-r--r-- | resources/ansible_roles/qtip-workspace/files/template/templates/hosts | 2 |
1 files changed, 1 insertions, 1 deletions
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] |