From 339dedb4f7493e246f27e5c6b8a02d5fa1dd4d52 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: 2016年12月19日 06:37:32 +0000 Subject: [PATCH] LOG marker mismatch in plugin.py "LOG.warning(_LI" should be "LOG.warning(_LW" Change-Id: Ib9fbf319bd2f7a955346d95f565958ebf20764aa --- networking_bgpvpn/neutron/services/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/networking_bgpvpn/neutron/services/plugin.py b/networking_bgpvpn/neutron/services/plugin.py index ea526aa9..fac042fd 100644 --- a/networking_bgpvpn/neutron/services/plugin.py +++ b/networking_bgpvpn/neutron/services/plugin.py @@ -27,6 +27,7 @@ from neutron_lib.plugins import directory from oslo_log import log from networking_bgpvpn._i18n import _LI +from networking_bgpvpn._i18n import _LW from networking_bgpvpn.neutron.extensions import bgpvpn from networking_bgpvpn.neutron.services.common import constants @@ -56,7 +57,7 @@ class BGPVPNPlugin(bgpvpn.BGPVPNPluginBase): self.driver = drivers[default_provider] if len(drivers)> 1: - LOG.warning(_LI("Multiple drivers configured for BGPVPN, although" + LOG.warning(_LW("Multiple drivers configured for BGPVPN, although" "running multiple drivers in parallel is not yet" "supported")) registry.subscribe(self._notify_adding_interface_to_router,

AltStyle によって変換されたページ (->オリジナル) /