diff options
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 |