Raise netaddr to a minimum of 0.7.13
We unfortunatly merged some new netaddr API call to modified_eui64() in the Nova tree that is only available for 0.7.13 and later. Given we don't test minimums in gate for good reasons, I think it's totally reasonable to bump the minimum accepted version for netaddr, given that 0.7.12 is pretty old. Given that requirement change will impact a lot of projects by proposing that bump so close to our Newton stable branch creation date, I'm okay with holding that change only once stable newton is a thing and only fix that for Ocata. Given only Nova is the only caller to the API method I mention, we can work around that thing by providing a very clear Nova release node which would explain how bad the idea could be to run Nova with minimum versions. Change-Id: Iffede36c4d9fb3b27d94c9497980504a70a435ba
This commit is contained in:
parent
a5d135260c
commit
e2edc35050
@ -87,7 +87,7 @@ monasca-statsd>=1.1.0 # Apache-2.0
|
||||
monotonic>=0.6 # Apache-2.0
|
||||
msgpack-python>=0.4.0 # Apache-2.0
|
||||
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
|
||||
netaddr>=0.7.12,!=0.7.16 # BSD
|
||||
netaddr>=0.7.13,!=0.7.16 # BSD
|
||||
netifaces>=0.10.4 # MIT
|
||||
netmiko!=0.4.3,>=0.3.0 # MIT
|
||||
networkx>=1.10 # BSD
|
||||
|
Loading…
x
Reference in New Issue
Block a user