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
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to