Description of problem: In neutron.conf # service_plugins = service_plugins =router,lbaasv2 this config makes neutron-server to fail, while # service_plugins = service_plugins =router,neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 work well. Version-Release number of selected component (if applicable): openstack-neutron-bigswitch-lldp-2015.1.38-1.el7ost.noarch openstack-neutron-openvswitch-2015.1.2-2.el7ost.noarch openstack-neutron-metering-agent-2015.1.2-2.el7ost.noarch openstack-neutron-2015.1.2-2.el7ost.noarch openstack-neutron-common-2015.1.2-2.el7ost.noarch openstack-neutron-lbaas-2015.1.2-1.el7ost.noarch openstack-neutron-ml2-2015.1.2-2.el7ost.noarch python-neutron-lbaas-2015.1.2-1.el7ost.noarch python-neutronclient-2.4.0-2.el7ost.noarch python-neutron-2015.1.2-2.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1.enable Lbaasv2 with lbaasv2 class-name in neutron.conf file. 2. 3. Actual results: neutron-server service fails Expected results: neutron-server service should work Additional info: logs http://pastebin.com/CzBRbNxU I believe the same issue exists in Liberty ( did not check)
Will be fixed in the next Liberty release: https://review.openstack.org/#/c/250822/
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions
(In reply to Ihar Hrachyshka from comment #3) > Will be fixed in the next Liberty release: > https://review.openstack.org/#/c/250822/ I imagine there's been an upstream stable/liberty release since January. We should rebase and release an updated OSP 8. Can you please chase this down with Nir?
Assaf, we should solve the issue of rebases not happening in OSP irrespective to the bug. As for the bug itself, our latest releases for OSP8 include the patch, since we base on 7.0.4.
neutron conf with below configuration restarted well. neutron.conf # service_plugins = service_plugins =router,lbaasv2 (tested on openstack-neutron-7.0.4-7.el7ost.noarch)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1353