Hide Forgot
Version ======= rhos 4.0 on rhel 6.5 openstack-neutron-ml2-2013.2-0.3.3.b3.el6ost.noarch python-neutronclient-2.2.6-1.el6ost.noarch python-neutron-2013.2-0.3.3.b3.el6ost.noarch openstack-neutron-2013.2-0.3.3.b3.el6ost.noarch openstack-neutron-openvswitch-2013.2-0.3.3.b3.el6ost.noarch Description =========== When working with ml2, it looks like the L3 router plugin should be defined as a service plugin in /etc/neutron/neutron.conf: service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin However, it looks like this plugin code was not copied from neutron git to my deployment, it means that the "l3_router" directory is missing in /usr/lib/python2.6/site-packages/neutron/services hence the L3 router plugin could not be configured as a service plugin.
Although the l3_router files may have been missing in early RHOS 4.0 development snapshots, I've verified that the necessary files are installed by: python-neutron.noarch 2013.2-9.el6ost @RHOS-4.0 Given that python-neutron-2013.2-0.3.3.b3.el6ost.noarch was never officially released and was just a development snapshot that wasn't expected to be complete, I'm closing this bug.
I verified that it does work on the last few puddles, the error messages disappear a I was able to create a router, networks and subnets. One nitpick, I'd expect it to pass through MODIFIED->ON_QA->VERIFIED, all the bugs we find in the devel phases were never officially released, could you ON_QA it?