From bf95e9ce51288cea9acb461535c9ffbf5c14092b Mon Sep 17 00:00:00 2001 From: blsaws Date: Wed, 21 Sep 2016 12:07:44 -0700 Subject: Fix key filename, add network environment setup JIRA: MODELS-23 Change-Id: Ifd7a973128cee263a60ad1855d3297e4d98455ad Signed-off-by: blsaws --- tests/utils/ansible-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/utils/ansible-setup.sh') diff --git a/tests/utils/ansible-setup.sh b/tests/utils/ansible-setup.sh index 818985a..6438da6 100644 --- a/tests/utils/ansible-setup.sh +++ b/tests/utils/ansible-setup.sh @@ -141,8 +141,8 @@ function setup () { pip install --upgrade shade echo "$0: Create key pair for interacting with servers via Ansible" - ssh-keygen -t rsa -N "" -f /tmp/ansible/ansible.pem - chmod 600 /tmp/ansible/ansible.pem + ssh-keygen -t rsa -N "" -f /tmp/ansible/ansible + chmod 600 /tmp/ansible/ansible } function clean () { -- cgit 1.2.3-korg