hadong has uploaded a new change for review. Change subject: Fix error calling build_network_auto_transaction().run() ......................................................................
Fix error calling build_network_auto_transaction().run() Change-Id: I2bee9686eaba79e700e200f3b51305daef5a8345 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1000700 Signed-off-by: hadong <[email protected]> --- M scripts/ovirt-auto-install.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/54/18454/1 diff --git a/scripts/ovirt-auto-install.py b/scripts/ovirt-auto-install.py index 05b58f1..12e5aa7 100755 --- a/scripts/ovirt-auto-install.py +++ b/scripts/ovirt-auto-install.py @@ -33,7 +33,7 @@ title = "Configuring network" def commit(self): - build_network_auto_transaction().run() + build_network_auto_transaction() class AutomaticDiskPartitioning(Transaction.Element): -- To view, visit http://gerrit.ovirt.org/18454 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2bee9686eaba79e700e200f3b51305daef5a8345 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
