Add libvirt min version check.
Fixes LP Bug #1012689. Change-Id: I91c0b7c41804b2b25026cbe672b9210c305dc29b
This commit is contained in:
@@ -509,6 +509,9 @@ class Connection(object):
|
||||
if self._uri == 'qemu:///system':
|
||||
return 'QEMU'
|
||||
|
||||
def getLibVersion(self):
|
||||
return 9007
|
||||
|
||||
def getVersion(self):
|
||||
return 14000
|
||||
|
||||
|
Reference in New Issue
Block a user