X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fansible_common.py;h=ca5a110e2edc66979b4d182a2beb6ccd2f2fe768;hb=b0699552d6b308d6ce458c456a3ece99ae9069a6;hp=38d2dd7c2e2bd78e395212c57b92d324d6c7427e;hpb=dc5d12165a19371da3d7682b80489c691364ef6f;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)