neutron/neutron/plugins/ml2/drivers/openvswitch
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
..
agent Properly handle segmentation_id in OVS agent 2015-10-22 21:56:49 +00:00
mech_driver Introduce mechanism to determine supported qos rule types for a plugin 2015-07-27 16:48:48 +03:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00