Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: hostname: correct interfaces RE ......................................................................
packaging: setup: hostname: correct interfaces RE There was a tiny bug in http://gerrit.ovirt.org/18962 - it caused some interface names to not be recognized. Fixed. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1009990 Change-Id: Id19851ac46307f413ddd7cb56c3f6d1d6c5627bf Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/config/hostname.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/19458/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/config/hostname.py b/packaging/setup/plugins/ovirt-engine-setup/config/hostname.py index d564436..9092655 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/config/hostname.py +++ b/packaging/setup/plugins/ovirt-engine-setup/config/hostname.py @@ -54,7 +54,7 @@ \d+ : \s+ - (?P<interface>\w+(\.\w+?))(@\w+)? + (?P<interface>\w+(\.\w+)?)(@\w+)? : \s+ <(?P<options>[^>]+) -- To view, visit http://gerrit.ovirt.org/19458 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id19851ac46307f413ddd7cb56c3f6d1d6c5627bf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
