Jump to: navigation, search

Difference between revisions of "IBM-Neutron"

m
m
Line 1: Line 1:
 
IBM SDN-VE Plugin
 
IBM SDN-VE Plugin
  
This plugin implements Neutron v2 APIs by using IBM-SDNVE controller.
+
This plugin implements Neutron v2 APIs by using IBM-SDNVE controller.<br />
  
In order to use this plugin, the core_plugin in neutron.conf should be set as follows:
+
In order to use this plugin, the core_plugin in neutron.conf should be set as follows:<br />
core_plugin = neutron.plugins.ibm.sdnve_neutron_plugin.SdnvePluginV2
 
  
It should be noted that this plugin does not support security groups.  
+
'''core_plugin = neutron.plugins.ibm.sdnve_neutron_plugin.SdnvePluginV2''' <br />
  
Furthermore, sdnve_neutron_plugin.ini is used to set plugin specific parameters.
+
It should be noted that this plugin does not support security groups. <br />
The IP address of the controller or a list of IP addresses can be used to point to the IBM SDN-VE controller.
 
  
controller_ips = 127.0.0.1,127.0.0.2
+
Furthermore, sdnve_neutron_plugin.ini is used to set plugin specific parameters.<br />
 +
The IP address of the controller or a list of IP addresses can be used to point to the IBM SDN-VE controller.<br />
 +
 
 +
'''controller_ips = 127.0.0.1,127.0.0.2'''

Revision as of 17:22, 5 February 2014

IBM SDN-VE Plugin

This plugin implements Neutron v2 APIs by using IBM-SDNVE controller.

In order to use this plugin, the core_plugin in neutron.conf should be set as follows:

core_plugin = neutron.plugins.ibm.sdnve_neutron_plugin.SdnvePluginV2

It should be noted that this plugin does not support security groups.

Furthermore, sdnve_neutron_plugin.ini is used to set plugin specific parameters.
The IP address of the controller or a list of IP addresses can be used to point to the IBM SDN-VE controller.

controller_ips = 127.0.0.1,127.0.0.2