Bugfix: ansible can't not run without config 09/56309/1
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 24 Apr 2018 01:58:10 +0000 (01:58 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Tue, 24 Apr 2018 01:58:10 +0000 (01:58 +0000)
commit170842f20426ad244f3e49b3780b0256302b0be3
treeb61c64a6d6f6b4db1dcba477e1ec858e9b04cd72
parent7e2c35c4c33563d2007398f19f924cef9055ef4d
Bugfix: ansible can't not run without config

JIRA: YARDSTICK-1135

Ansible need ansible.cfg when run in the remote node.
However the file name is wrong. Need:
setup.cfg -> ansible.cfg

Change-Id: Ifa674fb624ca83d90c3ac9ad3bfe148013bf8bfd
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
yardstick/common/ansible_common.py