[node-patches] Change in ovirt-node[master]: ui: Use correct default params in bonding dialog

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Jun 26 13:44:15 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: ui: Use correct default params in bonding dialog
......................................................................

ui: Use correct default params in bonding dialog

Previously miimode was used, but that is an invalid param, miimon is now
beeing used.

Change-Id: I1a80d257c3883069cc7a783eee68be481b685add
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/core/network_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/16/16116/1

diff --git a/src/ovirt/node/setup/core/network_page.py b/src/ovirt/node/setup/core/network_page.py
index 5e24384..c23527f 100644
--- a/src/ovirt/node/setup/core/network_page.py
+++ b/src/ovirt/node/setup/core/network_page.py
@@ -104,7 +104,7 @@
             "ntp[1]": "",
             "bond.name": "",
             "bond.slaves.selected": "",
-            "bond.options": "mode=balance-rr miimode=100"
+            "bond.options": "mode=balance-rr miimon=100"
         }
 
         model["hostname"] = defaults.Hostname().retrieve()["hostname"] or \


-- 
To view, visit http://gerrit.ovirt.org/16116
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a80d257c3883069cc7a783eee68be481b685add
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