> On 31 Aug 2015, at 08:19, Kevin Benton <[email protected]> wrote: > > Even if this version is fixed for valid_mac, it appears the netaddr authors > made the decision to make a backwards incompatible change WRT to the > 'broadcast' attribute on IPNetwork objects that have CIDRs of /31 and /32. > This means that all future versions of netaddr will be incompatible with the > current releases of Neutron. > > I have a fix for master here: https://review.openstack.org/#/c/218723/, but > we will need to cap netaddr in global requirements for kilo and juno and then > consider back-porting the changes. Additionally, we should probably release a > note indicating that upgrading netaddr is disastrous for all released > versions of openstack using Neutron. > > Cheers
For Juno, we already cap the version of the library to <= 0.7.13. As for kilo, I pushed the following change: https://review.openstack.org/#/c/218805/ Ihar __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
