Dan Kenigsberg has submitted this change and it was merged. Change subject: net: bondingOptions should not be a part of runningConfig networks ......................................................................
net: bondingOptions should not be a part of runningConfig networks Since all attributes of _addNetwork are copied as a flat dictionary to running Config during _alterRunningConfig decorator, bondingOptions mistakenly found their way into runningConfig, and then into PersisstentConfig, as if they were part of the network attributes dictionary during the call. Change-Id: I374239670df77804e397b4189a9405f1479d0259 Signed-off-by: Ido Barkan <[email protected]> Reviewed-on: https://gerrit.ovirt.org/42021 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/netconfpersistence.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ido Barkan: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/42021 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I374239670df77804e397b4189a9405f1479d0259 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ido Barkan <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
