[openstack-dev] [networking_ovn] router not loading

Murali R muralirdev at gmail.com
Mon Nov 14 20:20:33 UTC 2016


I get this error after configuring neutron & restart server for
networking_ovn with L3 using ovn_l3. Why is it not recognizing the class
that is there?

2016-11-14 12:12:12.001 12922 ERROR neutron ImportError: Plugin
'networking_ovn.l3.l3_ovn.OVNL3RouterPlugin' not found.


The file l3_ovn.py is having that definition at
$ ls -l /usr/lib/python2.7/dist-packages/networking_ovn/l3/
...
-rw-r--r-- 1 root root     0 Nov 14 11:39 __init__.py
-rw-r--r-- 1 root root   149 Oct 31 14:57 __init__.pyc
-rw-r--r-- 1 root root  9649 Nov 14 11:39 l3_ovn_admin_net.py
-rw-r--r-- 1 root root 43603 Nov 14 11:39 l3_ovn.py
-rw-r--r-- 1 root root  9968 Oct 31 14:57 l3_ovn.pyc
...


Configuration:
neutron.conf

core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
...
service_plugins = networking_ovn.l3.l3_ovn.OVNL3RouterPlugin
...

I did not make any changes to egg-info that has openstack router entry in
entry_points.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20161114/e7b7d2bf/attachment.html>


More information about the OpenStack-dev mailing list