]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Nicira plugin: Reduce message severity to DEBUG from INFO
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 13 Aug 2013 16:24:05 +0000 (09:24 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 13 Aug 2013 16:24:05 +0000 (09:24 -0700)
Bug 1211860

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

Change-Id: I30dfac773f5ac268ffb6658984108f1698caabfd

neutron/plugins/nicira/nvp_cluster.py

index a862f2ae68426ab3004c66708d051a85f90f1366..9166c88319f9952185b5b3a9dcdb1cc32338bc0f 100644 (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