Change in vdsm[master]: configNetwork: fix handleBondings regression

asegurap at redhat.com asegurap at redhat.com
Wed Jun 19 20:42:04 UTC 2013


Antoni Segura Puimedon has uploaded a new change for review.

Change subject: configNetwork: fix handleBondings regression
......................................................................

configNetwork: fix handleBondings regression

during the rebase destroy was not updated to its new name of
destroyOnRemoval. This patch fixes that.

Change-Id: I19dc94938be094bfe990301aab49a1ddc01e72fc
Signed-off-by: Antoni S. Puimedon <asegurap at redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/02/15902/1

diff --git a/vdsm/configNetwork.py b/vdsm/configNetwork.py
index 350c597..7c057f5 100755
--- a/vdsm/configNetwork.py
+++ b/vdsm/configNetwork.py
@@ -392,7 +392,7 @@
                                 bondAttrs.get('options'),
                                 bondAttrs.get('nics'), mtu=None,
                                 _netinfo=_netinfo,
-                                destroy='remove' in bondAttrs)
+                                destroyOnMasterRemoval='remove' in bondAttrs)
         if 'remove' in bondAttrs:
             logger.debug("Removing bond %s with attributes %s", bondName,
                          bondAttrs)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19dc94938be094bfe990301aab49a1ddc01e72fc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegurap at redhat.com>


More information about the vdsm-patches mailing list