[node-patches] Change in ovirt-node[master]: network: Fix wrong function call
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Mon Aug 27 14:25:28 UTC 2012
Fabian Deutsch has uploaded a new change for review.
Change subject: network: Fix wrong function call
......................................................................
network: Fix wrong function call
passthrough is part of ovirtfunctions and needs to be called
accordingly.
Change-Id: Ic4d23223ae572f65d5a1cd7d9c8ccdeb5ad37e89
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirtnode/network.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/06/7506/1
diff --git a/scripts/ovirtnode/network.py b/scripts/ovirtnode/network.py
index 4e1440b..6cd271e 100644
--- a/scripts/ovirtnode/network.py
+++ b/scripts/ovirtnode/network.py
@@ -491,7 +491,7 @@
if not "BIOSDEVNAMES_CONVERSION" in OVIRT_VARS:
# check for appropriate bios version
cmd="dmidecode|grep SMBIOS|awk {'print $2'}"
- proc = passthrough(cmd, log_func=logger.debug)
+ proc = _functions.passthrough(cmd, log_func=logger.debug)
ver = proc.stdout.split()[0]
if not float(ver) >= 2.6:
logger.debug("Skipping biosdevname conversion, SMBIOS too old")
--
To view, visit http://gerrit.ovirt.org/7506
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4d23223ae572f65d5a1cd7d9c8ccdeb5ad37e89
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list