
Not sure if this is the right alias... This fixes virt-manager -c test:///default : p5b-vm[1]#; diff /tmp/connection.orig /usr/share/virt-manager/virtManager/connection.py 194,195d193
else: return self.get_type() + ":" + self.get_hostname()
def get_name(self): if self.get_type()[0:3] == "Xen": return "Xen: " + self.get_hostname() elif self.get_type() == "QEMU": if self.uri == "qemu:///session": return "QEMU session: " + self.get_hostname() else: return "QEMU system: " + self.get_hostname() else: return self.get_type() + ":" + self.get_hostname()

On Fri, Jun 15, 2007 at 04:54:15PM -0400, Mark Johnson wrote:
Not sure if this is the right alias... This fixes virt-manager -c test:///default
We've got a separate mailing list for virt-manger, virt-install and any other toools built ontop of libvirt http://virt-manager.org/mailinglist.html
: p5b-vm[1]#; diff /tmp/connection.orig /usr/share/virt-manager/virtManager/connection.py 194,195d193
else: return self.get_type() + ":" + self.get_hostname()
Thanks, I've applied this fix to HG Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
participants (2)
-
Daniel P. Berrange
-
Mark Johnson