Add netaddr to requirements file

netaddr is required by the ipaddr filter used in
ansible/roles/prechecks/tasks/port_checks.yml.

Change-Id: I766d87949553fb46ef2c0480e7706ee1ef2d26d0
Closes-bug: #1631921
This commit is contained in:
Christian Berendt 2016-10-06 14:10:50 +02:00
parent b58147bcc0
commit a286be1966
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ oslo.config>=3.14.0 # Apache-2.0
graphviz!=0.5.0,>=0.4.0 # MIT License
setuptools!=24.0.0,>=16.0 # PSF/ZPL
pycrypto>=2.6 # Public Domain
netaddr>=0.7.13,!=0.7.16 # BSD