]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
NSX: fix nonsensical log trace on update port
authorarmando-migliaccio <armamig@gmail.com>
Fri, 7 Mar 2014 21:11:20 +0000 (13:11 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Fri, 7 Mar 2014 21:11:20 +0000 (13:11 -0800)
Having this at a WARN level makes no sense, especially
because the actually message does not say anything about
a warning condition. Probably a brain fart of some sort.
Make it DEBUG, just because it may come handy to see what
data we're passing.

Change-Id: Ie667018faae587a3adb6b3edda4d9912344cae83

neutron/plugins/vmware/plugins/base.py

index 2b832d1324e20e395ab27c89d59f535cdfe70de0..b1b3a06e9ef6c4640f4da95fe2ba5a0d10fed85f 100644 (file)
@@ -1287,7 +1287,7 @@ class NsxPluginV2(addr_pair_db.AllowedAddressPairsMixin,
             self._delete_port_queue_mapping(context, ret_port['id'])
             self._process_port_queue_mapping(context, ret_port,
                                              port_queue_id)
-            LOG.warn(_("Update port request: %s"), port)
+            LOG.debug(_("Updating port: %s"), port)
             nsx_switch_id, nsx_port_id = nsx_utils.get_nsx_switch_and_port_id(
                 context.session, self.cluster, id)
             # Convert Neutron security groups identifiers into NSX security