add query for misuse of netaddr

The netaddr interface changed in >= 0.7.15 for /31 and /32 networks in
returning a network address for them. This now returns None, and used
to return a value. This has caused a lot of type errors in neutron
code.

Change-Id: I2e69d2f9623324d116f8075f7515c7d684f8e86e
Related-Bug: #1490380
This commit is contained in:
Sean Dague 2015-08-31 09:56:30 -04:00
parent d87d2c5867
commit 559f6fdf6f

2
queries/1490380.yaml Normal file
View File

@ -0,0 +1,2 @@
query: >-
message:"Error: an inet address is expected rather than"