Dan Kenigsberg has posted comments on this change. Change subject: Cisco VM-FEX support vdsm hooks ......................................................................
Patch Set 9: (1 inline comment) .................................................... File vdsm_hooks/vmfex/before_vm_migrate_destination.py Line 7: #3.0 compat Line 8: import libvirtconnection Line 9: except ImportError: Line 10: #3.1 compat Line 11: from vdsm import libvirtconnection we have an issue here, as pyflakes does not understand that this is a valid second attempt to import the module. Line 12: import fcntl Line 13: from xml.dom import minidom Line 14: Line 15: ''' -- To view, visit http://gerrit.ovirt.org/7547 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I45a7fa46919bb39a648dff190c40618395990e91 Gerrit-PatchSet: 9 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Yasny <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Yasny <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
