Douglas Schilling Landgraf has uploaded a new change for review. Change subject: Use only one NETPREFIX constant ......................................................................
Use only one NETPREFIX constant Currently, there are two definitions with the same value related to VDSM network prefix. NETPREFIX = 'vdsm-' (from configNetwork) LIBVIRT_NET_PREFIX = 'vdsm-' (from netinfo) This patch will remove NETPREFIX definition and update libvirtvm to use LIBVIRT_NET_PREFIX. Change-Id: Idbb0c3d43cf6d39e8d2284c8d50e53f5dea32e0a Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm/configNetwork.py M vdsm/libvirtvm.py 2 files changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/15/6115/1 -- To view, visit http://gerrit.ovirt.org/6115 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idbb0c3d43cf6d39e8d2284c8d50e53f5dea32e0a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
