From 4e015dd3f135ed889bcaf7b2196925b52465f5b8 Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Mon, 4 Jan 2016 17:06:26 +0100
Subject: [PATCH] add requirement python-netaddr

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d6bdda450..52cf8a2d3 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,10 @@ Install and configure a kubernetes cluster including network plugin.
 
 ### Requirements
 Tested on **Debian Wheezy/Jessie** and **Ubuntu** (14.10, 15.04, 15.10).
-Should work on RedHat/Fedora/Centos plateforms (to be tested)
+Should work on **RedHat/Fedora/Centos** platforms (to be tested)
 * The target servers must have access to the Internet in order to pull docker imaqes.
 * The firewalls are not managed, you'll need to implement your own rules the way you used to.
-
-Ansible v1.9.x
+* Ansible v1.9.x and python-netaddr
 
 ### Components
 * [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.3
-- 
GitLab