diff options
author | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-09-15 14:44:21 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canoncial.com> | 2015-09-15 14:44:21 -0500 |
commit | 3f96cf0776bbda5b9c6730ec9ca142f0732b36f5 (patch) | |
tree | b991ecfdcefa78375f3a39e4c2d6d542b2599351 /ci/intel/pod5/maas | |
parent | 2c1d598ce2468452fe34ee2e005e6348734ac350 (diff) |
change the username to ubuntu for virsh
Change-Id: Ibca69df15493dff5bf79f9d31f7053ee04c842b7
Diffstat (limited to 'ci/intel/pod5/maas')
-rwxr-xr-x | ci/intel/pod5/maas/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/intel/pod5/maas/deployment.yaml b/ci/intel/pod5/maas/deployment.yaml index 8b777790..08b244bd 100755 --- a/ci/intel/pod5/maas/deployment.yaml +++ b/ci/intel/pod5/maas/deployment.yaml @@ -29,7 +29,7 @@ demo-maas: virsh: rsa_priv_key: /home/ubuntu/id_rsa rsa_pub_key: /home/ubuntu/id_rsa.pub - uri: qemu+ssh://user@10.4.1.1/system + uri: qemu+ssh://ubuntu@10.4.1.1/system # Defines the IP Address that the configuration script will use to # to access the MAAS controller via SSH. |