[virt-tools-list] [PATCH 10/10] Updated libvirtworker to use vmmConnection.create_network().
Darryl L. Pierce
dpierce at redhat.com
Thu May 26 18:37:25 UTC 2011
---
src/virtManagerTui/libvirtworker.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/virtManagerTui/libvirtworker.py b/src/virtManagerTui/libvirtworker.py
index 2e7e22a..282ee49 100644
--- a/src/virtManagerTui/libvirtworker.py
+++ b/src/virtManagerTui/libvirtworker.py
@@ -231,7 +231,7 @@ class LibvirtWorker:
xml += " </ip>\n"
xml += "</network>\n"
- self.__conn.networkDefineXML(xml)
+ self.__vmmconn.create_network(xml)
def undefine_network(self, name):
'''Undefines the specified network.'''
--
1.7.5.1
More information about the virt-tools-list
mailing list