bbaa2fbb8e
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 |
||
---|---|---|
.. | ||
agent | ||
common | ||
__init__.py | ||
ovs_db_v2.py | ||
ovs_models_v2.py | ||
ovs_neutron_plugin.py | ||
README |
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/