vmware-nsx/neutron/plugins/openvswitch
Prasoon Telang bbaa2fbb8e remove explicit include of the ovs plugin
On installing only neutron-linuxbridge-agent package, the
dhcp cannot start successfully because of the imports from
ovs plugin. This change removes the explicit include of the
ovs plugin from ovs_lib.py. INVALID_OFPORT has been moved to
ovs_lib.py while VXLAN_UDP_PORT has moved to
plugins/common/constants.py. The imports for these 2 constants
in files which uses it has been corrected to new location.

Closes-Bug: #1271449
Change-Id: I6559cb43d1b10b4f926c453a103b12017b59f259
2014-08-29 19:25:35 +05:30
..
agent Fix DVR to service LBaaS VIP Ports 2014-08-26 06:43:12 -07:00
common remove explicit include of the ovs plugin 2014-08-29 19:25:35 +05:30
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_db_v2.py Switch to using of oslo.db 2014-06-30 14:07:59 +03:00
ovs_models_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
ovs_neutron_plugin.py Make DhcpRpcCallback a separate callback class 2014-08-28 14:25:32 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

The Open vSwitch (OVS) Neutron plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/