Dan Kenigsberg has submitted this change and it was merged. Change subject: fix the "netinfo" module import problem ......................................................................
fix the "netinfo" module import problem some files just do "import netinfo", but it should be "from vdsm import netinfo". This problem cause the latest vdsm services can not start completely. And related tests will fail in the installed vdsm tree. The problem can not be discovered by 'make check' because "netinfo.py" is under the sub-dir "vdsm", so just "import netinfo" is OK. However the problem will appear in the installed tree, because "netinfo.py" is installed to "/usr/lib64/python2.7/site-packages/vdsm/" Change-Id: Ic73870e57d306615e01e1ed8504aac7eda8f74d6 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M tests/configNetworkTests.py M vdsm/libvirtvm.py 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Douglas Schilling Landgraf: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Zhou Zheng Sheng: Verified -- To view, visit http://gerrit.ovirt.org/6221 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic73870e57d306615e01e1ed8504aac7eda8f74d6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
