neutron/neutron/plugins/openvswitch
Yves-Gwenael Bourhis 60cb091171 Fixing lost vlan ids on interfaces
Sometimes a vm gets its tap interface unset and reset too fast to be caught in
an agent loop, and its vlan tag was not reset.

We now detect if an interface loses its vlan tag, and if it happens the
interface will be reconfigured.

Since the TAG ID is only available via the "Port" table (in the 'tag' column),
we couldn't reuse the get_vif_port_set() method's run_vsctl call which queries
the "Interface" table, and needed a specific run_vsct call to the "Port" table
in the new get_port_tag_dict() method.

Change-Id: I7f59e2c1e757c28dae35c44ebfad9d764ae1d3c5
Closes-Bug: 1240849
2014-03-11 11:32:46 +01:00
..
agent Fixing lost vlan ids on interfaces 2014-03-11 11:32:46 +01:00
common Update common network type consts to same origin 2013-12-10 19:29:12 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_db_v2.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
ovs_models_v2.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
ovs_neutron_plugin.py replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08: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/