Skip to content

Commit

Permalink
Merge pull request #617 from nvgoldin/getlibversion
Browse files Browse the repository at this point in the history
Get libvirt version correctly
  • Loading branch information
ovirt-infra authored Jun 29, 2017
2 parents 96cd35e + f872866 commit 2f59434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lago/providers/libvirt/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, vm):
name=self.vm.virt_env.uuid + libvirt_url,
libvirt_url=libvirt_url,
)
self._libvirt_ver = self.libvirt_con.getVersion()
self._libvirt_ver = self.libvirt_con.getLibVersion()

caps_raw_xml = self.libvirt_con.getCapabilities()
self._caps = ET.fromstring(caps_raw_xml)
Expand Down

0 comments on commit 2f59434

Please sign in to comment.