yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #83416
[Bug 1462974] Re: Network gateway vlan connection fails because of int conversion
** Changed in: vmware-nsx
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1462974
Title:
Network gateway vlan connection fails because of int conversion
Status in neutron:
Invalid
Status in neutron juno series:
Fix Released
Status in vmware-nsx:
Fix Released
Bug description:
So far there has been an implicit assumption that segmentation_id would be an integer.
In fact, it is a string value, which was been passed down to NSX.
This means that passing a string value, like "xyz", rather than a validation error would have triggered a backend error.
Moreover, the check for validity of the VLAN tag is now in the form min < tag < max, and this does not work unless tag is converted to integer.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1462974/+subscriptions