Encap netaddr-0.7.16
netaddr-0.7.16 was released 2015-08-30. After that, the gate problem
seems to happen. This patch adds the cap to use the previous version
of netaddr for the workaround.
Change-Id: I57c0a4e88d311d7ccc3615395435461dd56227ff
Depends-On: I4d391f2352d71089db8666e3650121799a774a30
Related-Bug: #1490368
diff --git a/requirements.txt b/requirements.txt
index cc2a187..5ebcb65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@
testtools>=1.4.0
boto>=2.32.1
paramiko>=1.13.0
-netaddr>=0.7.12
+netaddr>=0.7.12,!=0.7.16
testrepository>=0.0.18
pyOpenSSL>=0.14
oslo.concurrency>=2.3.0 # Apache-2.0