VMware Cloud Community
ramki2388
Enthusiast
Enthusiast

Openstack Mitaka Integration with NSX

Hi team,

I was trying to integrate Openstack Mitaka with Vmware NSX independently without using VIO. But when I use core plugin = VMWARE, or NSX, in /etc/neutron/neutron.conf file I am getting import error .  I have also tried with core_plugin = vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin.

Below is the glimpse of error message.

core_plugin = vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin) in neutron.conf file , then I am getting below mentioned error unable to Import the plugin.

2017-03-14 12:25:19.721 5487 ERROR neutron     return f(*args, **kwargs)

2017-03-14 12:25:19.721 5487 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 213, in _create_instance

2017-03-14 12:25:19.721 5487 ERROR neutron     cls._instance = cls()

2017-03-14 12:25:19.721 5487 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 116, in __init__

2017-03-14 12:25:19.721 5487 ERROR neutron     plugin_provider)

2017-03-14 12:25:19.721 5487 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 148, in _get_plugin_instance

2017-03-14 12:25:19.721 5487 ERROR neutron     plugin_class = self.load_class_for_provider(namespace, plugin_provider)

2017-03-14 12:25:19.721 5487 ERROR neutron   File "/usr/lib/python2.7/dist-packages/neutron/manager.py", line 145, in load_class_for_provider

2017-03-14 12:25:19.721 5487 ERROR neutron     raise ImportError(_("Plugin '%s' not found.") % plugin_provider)

2017-03-14 12:25:19.721 5487 ERROR neutron ImportError: Plugin 'vmware_nsx.neutron.plugins.vmware.plugin.NsxVPlugin' not found.

2017-03-14 12:25:19.721 5487 ERROR neutron

Please let me know which is the right plugin to use if its already released by Vmware for Openstack Mitaka or share me the reference link

0 Kudos
1 Reply
benjamin000
Enthusiast
Enthusiast

Hello

This may help

We recently reployed VIO 3.1 with NSX 6.3.1 and we had to change nothing in neutron as it works without any changes. I have posted the plugins reference in our neutron.conf file.

I hope this helps.

pastedImage_0.png

Regards Ben McGuire
0 Kudos