Nicira plugin: Reduce message severity to DEBUG from INFO

Bug 1211860

This applies to the message logged for missing or empty cluster attributes.

Change-Id: I30dfac773f5ac268ffb6658984108f1698caabfd
This commit is contained in:
Salvatore Orlando 2013-08-13 09:24:05 -07:00
parent 58e25937de
commit cd9237d059
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class NVPCluster(object):
if handler_func:
handler_func()
else:
LOG.info(_("Attribute:%s is empty or null"), attribute)
LOG.debug(_("Attribute:%s is empty or null"), attribute)
def _process_nvp_controllers(self):
# If this raises something is not right, so let it bubble up