From 4d58ef5d43c91ecf668139b786783576d0fca742 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gerard=20Braad=20=E2=80=94=20=E5=90=89=E6=8B=89=E5=BE=B7?=
 <me@gbraad.nl>
Date: Thu, 10 Mar 2016 04:12:47 +0000
Subject: [PATCH] Include docker python install

Change-Id: I5a55f6798d73b289b02232dd26f5e5fb72da9e4c
---
 doc/quickstart.rst | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 0d4c578a0d..372fdbc8b0 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -71,7 +71,8 @@ Make sure the "pip" package manager is installed before proceeding:
 ::
 
     # Centos 7
-    easy_install pip
+    yum install epel-release
+    yum install python-pip
 
     # Ubuntu 14.04 LTS
     apt-get install python-pip
@@ -123,6 +124,16 @@ For Ubuntu 14.04 which uses upstart instead of systemd, run the following:
 
     mount --make-shared /run
 
+
+On the target hosts you also need an updated version of the Docker python
+libraries. CentOS currently ships with an older version. Using pip it is
+easy to install a newer version:
+
+::
+
+    pip install -U docker-py
+
+
 On the system where the OpenStack CLI/Python code is run, the Kolla community
 recommends installing the OpenStack python clients if they are not installed.
 This could be a completely different machine then the deployment host or