~racb/+git/uvtool:wip

Last commit made on 2016-05-27
Get this branch:
git clone -b wip https://git.launchpad.net/~racb/+git/uvtool
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
wip
Repository:
lp:~racb/+git/uvtool

Recent commits

96611fd... by Robie Basak

Use the guest's ssh public host key when available

a06a9d8... by Robie Basak

Move ssh insecure testing to ssh function

Move the insecure test back to the ssh function, so that the ssh
function may conditionally permit secure access if the guest's host key
is available.

This adds an internal exception to pass back to the caller, so that the
caller may provide the user with a more helpful error message or
warning depending on the situation.

Tests updated. Since the test doesn't really care about the "insecure"
testing functionality, it can safely just request insecure mode all the
time and verify that this is what was requested. Then it can be
independent of whether the guest's host key is available.

94cc12c... by Robie Basak

Store ssh host keys in libvirt domain xml

36f21af... by Robie Basak

Generate ssh keys on host side

f9688cf... by Robie Basak

Add --no-start to manpage

0562279... by Tycho Andersen

Add a --no-start option to not start the KVM when defined.

3f6b426... by Chris J Arges

Ensure ds image is in qcow2 format.

This makes the naming consistent and also makes things like virsh snapshotting
work out of the box.

79da61d... by Robie Basak

Treat invalid JSON in virbr0.status as no data

This includes for an empty file, which happened on my machine during
testing.

5032718... by Robie Basak

ssh: fix error message when guest is not ready

Instead of bombing out with an unhelpful exception, present a useful
error message.

LP: #1303877

9f07c0a... by Robie Basak

Fix --user-data typo in manpage

Thanks to David Medberry.

LP: #1401749