available_local_vlans miss 4094

Bug #1668908 reported by zhichao zhu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Low
zhichao zhu

Bug Description

p_const.MIN_VLAN_TAG=1
p_const.MAX_VLAN_TAG=4094

self.available_local_vlans = set(moves.range(p_const.MIN_VLAN_TAG,p_const.MAX_VLAN_TAG))

the value of self.available_local_vlans is ([1,2.....4093]),omit 4094
when ovs-agent set the local vlan,4094 is valid

Tags: ovs
zhichao zhu (rtmdk)
Changed in neutron:
assignee: nobody → zhichao zhu (rtmdk)
Changed in neutron:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/440609

Changed in neutron:
status: Confirmed → In Progress
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

Changed in neutron:
status: In Progress → Fix Released
tags: added: ovs
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 11.0.0.0b1

This issue was fixed in the openstack/neutron 11.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.