← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266347] Re: Metaplugin can not be used with router service-type plugin

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1266347

Title:
  Metaplugin can not be used with router service-type plugin

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  When the metaplugin is selected as the core plugin and a router
  service-type plugin is specified at the same time (see below),
  quantum-server crashes with the following error.

  --- neutron.conf ---
  service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
  core_plugin = neutron.plugins.metaplugin.meta_neutron_plugin.MetaPluginV2
  ---

  --- error log ---
  2013-12-19 16:07:21.282 TRACE neutron   File "/opt/stack/neutron/neutron/manager.py", line 176, in _load_service_plugins
  2013-12-19 16:07:21.282 TRACE neutron     plugin_inst.get_plugin_type())
  2013-12-19 16:07:21.282 TRACE neutron ValueError: (u'Multiple plugins for service %s were configured', 'L3_ROUTER_NAT')
  ---

  Core plugins are going to not support the router extension. The
  metaplugin should be able to be used with a router service-type
  plugin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1266347/+subscriptions


References