Change in vdsm[master]: fix the "netinfo" module import problem

zhshzhou at linux.vnet.ibm.com zhshzhou at linux.vnet.ibm.com
Fri Jul 13 09:58:50 UTC 2012


Zhou Zheng Sheng has uploaded a new change for review.

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 <zhshzhou at linux.vnet.ibm.com>
---
M tests/configNetworkTests.py
M vdsm/libvirtvm.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/6221/1
--
To view, visit http://gerrit.ovirt.org/6221
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic73870e57d306615e01e1ed8504aac7eda8f74d6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list