From: Jenkins Date: Sun, 30 Nov 2014 16:59:05 +0000 (+0000) Subject: Merge "enable H401 hacking check" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=af49bd7d106b314960056b7edf75826f2e3f69d4;p=openstack-build%2Fneutron-build.git Merge "enable H401 hacking check" --- af49bd7d106b314960056b7edf75826f2e3f69d4 diff --cc neutron/services/l3_router/brocade/l3_router_plugin.py index 4d19bca40,78c920ea0..b7c73e770 --- a/neutron/services/l3_router/brocade/l3_router_plugin.py +++ b/neutron/services/l3_router/brocade/l3_router_plugin.py @@@ -71,10 -70,10 +71,10 @@@ class BrocadeSVIPlugin(router.L3RouterP 'rbridge_id': cfg.CONF.ml2_brocade.rbridge_id } self._driver = driver.NOSdriver() - LOG.info(_("rbridge id %s"), self._switch['rbridge_id']) + LOG.info(_LI("rbridge id %s"), self._switch['rbridge_id']) def create_router(self, context, router): - """ creates a vrf on NOS device.""" + """Creates a vrf on NOS device.""" LOG.debug("BrocadeSVIPlugin.create_router called: ") with context.session.begin(subtransactions=True): new_router = super(BrocadeSVIPlugin, self).create_router(context,