Fix argument typo in example configuration 61/35761/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 3 Jun 2017 15:11:38 +0000 (23:11 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 3 Jun 2017 15:11:38 +0000 (23:11 +0800)
Change-Id: Ia8edbfe1c00808da0375640a84ab18f5edb2224f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
resources/ansible_roles/qtip-generator/files/compute/hosts

index b8b256a..9a5f831 100644 (file)
@@ -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 %}