[node-patches] Change in ovirt-node[master]: Fix error calling build_network_auto_transaction().run()
hadong0720 at gmail.com
hadong0720 at gmail.com
Sat Aug 24 11:55:10 UTC 2013
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 <hadong0720 at gmail.com>
---
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 <hadong0720 at gmail.com>
More information about the node-patches
mailing list