rpms/xen/FC-5 xenguest-install.py,1.16,1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 30 23:44:33 UTC 2006


Author: berrange

Update of /cvs/dist/rpms/xen/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv20147

Modified Files:
	xenguest-install.py 
Log Message:
Use full connection instead of read-only when talking to libvirt


Index: xenguest-install.py
===================================================================
RCS file: /cvs/dist/rpms/xen/FC-5/xenguest-install.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xenguest-install.py	22 May 2006 16:54:13 -0000	1.16
+++ xenguest-install.py	30 Oct 2006 23:44:30 -0000	1.17
@@ -321,7 +321,7 @@
 </domain>
 """ % cfgdict
 
-    conn = libvirt.openReadOnly(None)
+    conn = libvirt.open(None)
     if conn == None:
         print >> sys.stderr, "Unable to connect to hypervisor, aborting installation"
         sys.exit(1)




More information about the fedora-cvs-commits mailing list