Comment 2 for bug 1668908

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/440609
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ae8e6095f9c15f9d1012427c0b098c98fdc154fa
Submitter: Jenkins
Branch: master

commit ae8e6095f9c15f9d1012427c0b098c98fdc154fa
Author: rtmdk <rtmdk@163.com>
Date: Thu Mar 2 22:21:47 2017 -0700

    add 4094 to fix the range of available local vlans

    in fact the range of available local vlan is 1-4094,
    but when initialization of the local vlan in ovs_neutron_agent,
    self.available_local_vlans is set([1,2,3...4093]),omit 4094
    This causes a problem that ovs-agent will not use 4094 as local vlan

    modify moves.range(p_const.MIN_VLAN_TAG, p_const.MAX_VLAN_TAG+1)

    Closes-Bug: #1668908
    Change-Id: Ic25929cad89ab2e31fdf5b70875b84491dfc52ed