← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1633385] Re: fwaas v2 installation with devstack set the wrong plugin class path in neutron.conf

 

** Changed in: neutron
       Status: In Progress => Invalid

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

Title:
  fwaas v2 installation with devstack set the wrong plugin class path in
  neutron.conf

Status in neutron:
  Invalid

Bug description:
  This issue will be hit during devstack installation if we use q-fwaas-v2.
  The neutron.conf genarated automaticly will set the fwaas v2 service
  plugin with the wrong class path.

  
  neutron.conf
  -------
  [DEFAULT]
  .....
  service_plugins = neutron_fwaas.services.firewall.fwaas_plugin_v2.FirewallPluginV2

  endpoint.txt
  -------
  [neutron.service_plugins]
  firewall = neutron_fwaas.services.firewall.fwaas_plugin:FirewallPlugin
  firewall_v2 = neutron_fwaas.services.firewall.fwaas_plugin_v2:FirewallPluginV2
  neutron.services.firewall.fwaas_plugin.FirewallPlugin = neutron_fwaas.services.firewall.fwaas_plugin:FirewallPlugin

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


References