]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Merge "Fix a log typo in ML2 manager.bind_port()"
authorJenkins <jenkins@review.openstack.org>
Thu, 17 Jul 2014 10:41:14 +0000 (10:41 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 17 Jul 2014 10:41:14 +0000 (10:41 +0000)
1  2 
neutron/plugins/ml2/managers.py

index d3518f39e7e48cfae31e03b27a8d5d1d923e617b,7e0bfc91745cd37f92e7e2cf9f05f16e8d1c875d..97467ba03abd660094a3e5884ad16e8df3a0e0e8
@@@ -439,12 -439,13 +439,12 @@@ class MechanismManager(stevedore.named.
  
          :param context: PortContext instance describing the port
  
 -        Called inside transaction context on session, prior to
 -        create_port_precommit or update_port_precommit, to
 -        attempt to establish a port binding.
 +        Called outside any transaction to attempt to establish a port
 +        binding.
          """
          binding = context._binding
-         LOG.debug(_("Attempting to bind port %(port)s on host %(host)s "
-                     "for vnic_type %(vnic_type)s with profile %(profile)s"),
+         LOG.debug("Attempting to bind port %(port)s on host %(host)s "
+                   "for vnic_type %(vnic_type)s with profile %(profile)s",
                    {'port': context._port['id'],
                     'host': binding.host,
                     'vnic_type': binding.vnic_type,