Merge pull request #385 from boenrobot/qemuHdbInterfaceFix

Fixed showing of Qemu hdb_disk_interface
pull/388/head
Jeremy Grossmann 9 years ago
commit 061a6e3b25

@ -310,7 +310,7 @@ class QemuVM(BaseVM):
:returns: QEMU hdb disk interface :returns: QEMU hdb disk interface
""" """
return self._hda_disk_interface return self._hdb_disk_interface
@hdb_disk_interface.setter @hdb_disk_interface.setter
def hdb_disk_interface(self, hdb_disk_interface): def hdb_disk_interface(self, hdb_disk_interface):

Loading…
Cancel
Save