Bugfix: ansible can't not run without config 61/56561/2
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 24 Apr 2018 01:58:10 +0000 (01:58 +0000)
committerJack Chan <chenjiankun1@huawei.com>
Thu, 26 Apr 2018 02:05:19 +0000 (02:05 +0000)
commitbd2064d2862e2a50566394eba9ce15a0d1d8db40
treefda63eae318d1efe7d638ae880a5f1b472f3be05
parent5a18f5420f9077557d9f50ebe420b66813ebee49
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>
(cherry picked from commit 170842f20426ad244f3e49b3780b0256302b0be3)
yardstick/common/ansible_common.py