Updated libvirtworker to use vmmConnection.create_network().

This commit is contained in:
Darryl L. Pierce 2011-05-26 14:37:25 -04:00 committed by Cole Robinson
parent 9b218d91e8
commit c6aeedea8a

View File

@ -230,7 +230,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.'''