From a286be19668561704f7fea86b357a04002a9a9bf Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Thu, 6 Oct 2016 14:10:50 +0200
Subject: [PATCH] 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
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 888bf498f4..0b5a62d853 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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