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
This commit is contained in:
Ken'ichi Ohmichi 2015-08-31 03:32:12 +00:00
parent e1dc991c09
commit fa0c4888c3

View File

@ -9,7 +9,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0
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