Remove DEBUG:....nsx_cluster:Attribute is empty or null
They serve no purpose, as if an important attribute is empty or null and it shouldn't we'll know about it, and that's what counts. Change-Id: I7783cb6df76362d1b9b25b23f89a3a5d6df15406 Closes-bug: 1280500
This commit is contained in:
parent
9c0fc8e981
commit
7d21fa84d6
@ -89,8 +89,6 @@ class NSXCluster(object):
|
|||||||
handler_func = getattr(self, '_process_%s' % attribute, None)
|
handler_func = getattr(self, '_process_%s' % attribute, None)
|
||||||
if handler_func:
|
if handler_func:
|
||||||
handler_func()
|
handler_func()
|
||||||
else:
|
|
||||||
LOG.debug(_("Attribute:%s is empty or null"), attribute)
|
|
||||||
|
|
||||||
def _process_nsx_controllers(self):
|
def _process_nsx_controllers(self):
|
||||||
# If this raises something is not right, so let it bubble up
|
# If this raises something is not right, so let it bubble up
|
||||||
|
Loading…
Reference in New Issue
Block a user