]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow vlan type usage for OpenDaylight ml2
authorSam Hague <shague@redhat.com>
Fri, 2 May 2014 18:08:09 +0000 (14:08 -0400)
committerSam Hague <shague@gmail.com>
Mon, 19 May 2014 18:38:15 +0000 (18:38 +0000)
commit3758f25c3ca83d9465f7a0041f286156504c7065
tree5360dab85cffe0416ad760e9f180360ff4a6d99a
parentbdb167393ce674b5479842f130537a91dbb84715
Allow vlan type usage for OpenDaylight ml2

The initial OpenDaylight integration with Openstack did not support
vlan isolation so it was not included as a valid type. This change
adds the vlan type as allowed.

Also modified tests to include vlan as supported in the
check_segment().

DocImpact:
Use of VLANs with ML2 and the OpenDaylight mechanism driver
requires OpenDaylight Helium or newer to be installed.

Closes-Bug: #1315475
Change-Id: I52e3c9bfdc93b8786c58954beca105e7498e3f40
neutron/plugins/ml2/drivers/mechanism_odl.py
neutron/tests/unit/ml2/test_mechanism_odl.py