X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fansible_common.py;h=ca5a110e2edc66979b4d182a2beb6ccd2f2fe768;hb=0c997fce84d917171c5bab2ed39d7856e58b9a5a;hp=38d2dd7c2e2bd78e395212c57b92d324d6c7427e;hpb=4b8b674b65830a24230faed71e8d9a1048139c89;p=yardstick.git diff --git a/yardstick/common/ansible_common.py b/yardstick/common/ansible_common.py index 38d2dd7c2..ca5a110e2 100644 --- a/yardstick/common/ansible_common.py +++ b/yardstick/common/ansible_common.py @@ -514,7 +514,7 @@ class AnsibleCommon(object): parser.add_section('defaults') parser.set('defaults', 'host_key_checking', 'False') - cfg_path = os.path.join(directory, 'setup.cfg') + cfg_path = os.path.join(directory, 'ansible.cfg') with open(cfg_path, 'w') as f: parser.write(f)