[node-patches] Change in ovirt-node[master]: cim: fix system.kernel_cmdline_arguments() call
dougsland at redhat.com
dougsland at redhat.com
Wed Aug 6 20:30:06 UTC 2014
Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: cim: fix system.kernel_cmdline_arguments() call
......................................................................
cim: fix system.kernel_cmdline_arguments() call
Same as commit 6531a0d5d06.
We should use system.kernel_cmdline_arguments() instead of
system.kernel_cmdline_args(). This patch fix the call.
Change-Id: I000a8bde5bfb2a2e492d99151405dc78cdf7c785
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M plugins/cim_autoinstall.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/68/31168/1
diff --git a/plugins/cim_autoinstall.py b/plugins/cim_autoinstall.py
index 20ca089..ec97611 100644
--- a/plugins/cim_autoinstall.py
+++ b/plugins/cim_autoinstall.py
@@ -23,7 +23,7 @@
from ovirt.node.setup.cim import cim_model
from ovirt.node.utils import system
-args = system.kernel_cmdline_args()
+args = system.kernel_cmdline_arguments()
if __name__ == "__main__":
cim = cim_model.CIM()
--
To view, visit http://gerrit.ovirt.org/31168
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I000a8bde5bfb2a2e492d99151405dc78cdf7c785
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>
More information about the node-patches
mailing list