[virt-tools-list] [PATCH 1/2] Default connection URI if libvirt-daemon-driver-lxc is installed

2014-12-04 Thread Cédric Bosdonnat
From: Cédric Bosdonnat cedric.bosdon...@free.fr The default URI is set to lxc:/// if libvirt's lxc driver is installed locally, but only if there is no kvm/xen URI to default to. --- virtManager/connect.py | 4 1 file changed, 4 insertions(+) diff --git a/virtManager/connect.py

[virt-tools-list] [PATCH 0/2] Better default URI default

2014-12-04 Thread Cédric Bosdonnat
Hi all, Here are two patches to improve the default URI to connect to: * First pach enables lxc:/// is we only have the lxc driver installed on the local libvirt instance * Second patch pops up the New Connection dialog instead of showing an error if we can't manage to figure out a

[virt-tools-list] [PATCH 2/2] Show the new connection dialog if we can't find a default URI.

2014-12-04 Thread Cédric Bosdonnat
--- virtManager/engine.py | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/virtManager/engine.py b/virtManager/engine.py index 8e9caeb..487277a 100644 --- a/virtManager/engine.py +++ b/virtManager/engine.py @@ -178,14 +178,6 @@ class vmmEngine(vmmGObject):

Re: [virt-tools-list] [PATCH] Add glusterfs volumes support to virt-install

2014-12-04 Thread Cole Robinson
On 12/02/2014 04:35 AM, Anatoly Belikov wrote: --- tests/xmlparse-xml/change-disk-in.xml | 8 +++ tests/xmlparse-xml/change-disk-out.xml | 8 +++ tests/xmlparse.py | 9 virtinst/cli.py| 28