neutron/neutron/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
..
common Adds configurable agent type 2015-09-22 13:01:58 +01:00
extension_drivers QoS agent extension and driver refactoring 2015-09-15 16:29:25 +02:00
openflow Add IPv6 Address Resolution protection 2015-09-15 12:24:10 +00:00
xenapi OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
main.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_dvr_neutron_agent.py Remove an unused DVR function 2015-09-10 17:30:55 +09:00
ovs_neutron_agent.py Properly handle segmentation_id in OVS agent 2015-10-22 21:56:49 +00:00