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