Alon Bar-Lev has uploaded a new change for review. Change subject: vdsm: bridge: cleanup bridge/vlan message ......................................................................
vdsm: bridge: cleanup bridge/vlan message Change-Id: Ic8778566a34808ac777510ab1c918c2cf92bae20 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/ovirt-host-deploy/vdsm/bridge.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/22/12122/1 diff --git a/src/plugins/ovirt-host-deploy/vdsm/bridge.py b/src/plugins/ovirt-host-deploy/vdsm/bridge.py index f464f63..b26afb4 100644 --- a/src/plugins/ovirt-host-deploy/vdsm/bridge.py +++ b/src/plugins/ovirt-host-deploy/vdsm/bridge.py @@ -388,8 +388,8 @@ if interface is None or vlanid is None: raise RuntimeError( _( - 'Interface {interface} is VLAN interface ' - 'However its configuration is unexpected' + 'Interface {interface} is VLAN interface, ' + 'however its configuration is unexpected' ).format( interface=name, ) -- To view, visit http://gerrit.ovirt.org/12122 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8778566a34808ac777510ab1c918c2cf92bae20 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
