From 0ce21bc2fc83faa3462de9fd52360cb0d6fae71d Mon Sep 17 00:00:00 2001
From: Yujun Zhang <zhang.yujunz@zte.com.cn>
Date: Sat, 3 Jun 2017 23:11:38 +0800
Subject: Fix argument typo in example configuration

Change-Id: Ia8edbfe1c00808da0375640a84ab18f5edb2224f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
---
 resources/ansible_roles/qtip-generator/files/compute/hosts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/ansible_roles/qtip-generator/files/compute/hosts b/resources/ansible_roles/qtip-generator/files/compute/hosts
index b8b256a9..9a5f831b 100644
--- a/resources/ansible_roles/qtip-generator/files/compute/hosts
+++ b/resources/ansible_roles/qtip-generator/files/compute/hosts
@@ -7,7 +7,7 @@ localhost   ansible_connection=local
 [SUT]
 # Add hosts in system under test, example::
 #
-#   host-1  ansible_host=192.168.10.1 ansible_host=22 ansile_user=root
+#   host-under-test  ansible_host=192.168.10.1 ansible_port=5022 ansile_user=root
 #
 # See http://docs.ansible.com/ansible/intro_inventory.html for details
-{% endif %}
\ No newline at end of file
+{% endif %}
-- 
cgit