From e6b6f4362ea2a5bd53ac32118496b61854a0a736 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 15 Sep 2015 15:12:52 -0500 Subject: correct the ssh keys path of ubuntu user of the host machine. Change-Id: Ib482560287945625de2fb43539725fe865a85349 --- ci/intel/pod5/maas/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/intel/pod5/maas/deployment.yaml b/ci/intel/pod5/maas/deployment.yaml index 08b244bd..79eaba05 100755 --- a/ci/intel/pod5/maas/deployment.yaml +++ b/ci/intel/pod5/maas/deployment.yaml @@ -27,8 +27,8 @@ demo-maas: # --remote is used. If no power settings are desired, then do not # supply the virsh block. virsh: - rsa_priv_key: /home/ubuntu/id_rsa - rsa_pub_key: /home/ubuntu/id_rsa.pub + rsa_priv_key: /home/ubuntu/.ssh/id_rsa + rsa_pub_key: /home/ubuntu/.ssh/id_rsa.pub uri: qemu+ssh://ubuntu@10.4.1.1/system # Defines the IP Address that the configuration script will use to -- cgit 1.2.3-korg