From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: net: Extract ifcfg acquire to its own module ...................................................................... net: Extract ifcfg acquire to its own module Ifcfg acquire has been handled in the ifcfg module. This patch extracts it to its own module so future patches can add functionality. (Supporting ifcfg acquire from a live NM) Change-Id: I2806df091f306fb5b6a847a8321e234403e57ccf Signed-off-by: Edward Haas <[email protected]> --- M lib/vdsm/network/configurators/Makefile.am M lib/vdsm/network/configurators/ifcfg.py A lib/vdsm/network/configurators/ifcfg_acquire.py M tests/network/conf_test.py M vdsm.spec.in 5 files changed, 104 insertions(+), 71 deletions(-) Approvals: Jenkins CI: Passed CI tests Petr Horáček: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/67798 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2806df091f306fb5b6a847a8321e234403e57ccf Gerrit-PatchSet: 15 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Leon Goldberg <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
