LOG marker mismatch in plugin.py
"LOG.warning(_LI" should be "LOG.warning(_LW" Change-Id: Ib9fbf319bd2f7a955346d95f565958ebf20764aa
This commit is contained in:
1 changed files with 2 additions and 1 deletions
@@ -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,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.