diff options
author | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-09-15 15:12:52 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-09-15 15:12:52 -0500 |
commit | e6b6f4362ea2a5bd53ac32118496b61854a0a736 (patch) | |
tree | 9397352542fb3e0a9c1e92996203ffe33397aa4e /ci/intel/pod5/maas | |
parent | 3f96cf0776bbda5b9c6730ec9ca142f0732b36f5 (diff) |
correct the ssh keys path of ubuntu user of the host machine.
Change-Id: Ib482560287945625de2fb43539725fe865a85349
Diffstat (limited to 'ci/intel/pod5/maas')
-rwxr-xr-x | ci/intel/pod5/maas/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |