Change in vdsm[master]: netinfo: silence one more needless debug

osvoboda at redhat.com osvoboda at redhat.com
Tue Oct 20 22:41:03 UTC 2015


Ondřej Svoboda has uploaded a new change for review.

Change subject: netinfo: silence one more needless debug
......................................................................

netinfo: silence one more needless debug

It is perfectly okay for network definition not to contain 'bootproto'
and/or 'dhcpv6' parameter in case the network's addressing is to be
configured statically.

Change-Id: I5b6bc13258f082f8632c532fd1b8ac4fa2c4898b
Signed-off-by: Ondřej Svoboda <osvoboda at redhat.com>
---
M lib/vdsm/netinfo.py
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/50/47550/1

diff --git a/lib/vdsm/netinfo.py b/lib/vdsm/netinfo.py
index d4e2c47..cb185b9 100644
--- a/lib/vdsm/netinfo.py
+++ b/lib/vdsm/netinfo.py
@@ -459,8 +459,6 @@
             else:
                 return net_attrs['dhcpv6']
         except KeyError:
-            logging.debug('DHCPv%s configuration not specified for %s.' %
-                          (family, iface))
             return False
 
 


-- 
To view, visit https://gerrit.ovirt.org/47550
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b6bc13258f082f8632c532fd1b8ac4fa2c4898b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <osvoboda at redhat.com>


More information about the vdsm-patches mailing list