neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
Thomas Herve 10e0750352 Properly handle segmentation_id in OVS agent
The segmentation_id of a OVS VLAN can be None, but a recent change
assumed that it was always an integer. It highlighted the fact that we
try to store None in the OVS database, which got stored as a string.
This fixes the storage, and handles loading the value while keeping
compatibility.

Change-Id: I6e7df1406c90ddde254467bb87ff1507a4caaadd
Closes-Bug: #1494281
(cherry picked from commit 51f6b2e1c9)
2015-10-22 21:56:49 +00:00
..
extension_drivers No network devices on network attached qos policies 2015-09-16 15:11:04 +02:00
openflow Add IPv6 Address Resolution protection 2015-09-15 12:24:10 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_test_base.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
test_ovs_neutron_agent.py Properly handle segmentation_id in OVS agent 2015-10-22 21:56:49 +00:00
test_ovs_tunnel.py ovs agent resync may miss port remove event 2015-09-08 13:24:52 +00:00