From 7e105e009bc1b0838ee441b1e59612350ca54b73 Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Sat, 4 Feb 2017 07:26:40 -0700
Subject: [PATCH] Update kolla-ansible docker-version

Docker version 1.13.0 is broken with the kolla-ansible deliverlable.

Mark it as such in the documentation.

Change-Id: I91da906cfa2a4552739749b27b41006fbc06215d
---
 doc/quickstart.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 38070a4727..e1d4f74b3f 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -183,7 +183,7 @@ following command:
 This command will install the most recent stable version of Docker, but please
 note that Kolla releases are not in sync with Docker in any way, so some things
 could stop working with new version. The latest release of Kolla is tested to
-work with docker-engine >= 1.10.0. To check your Docker version run this
+work with docker-engine>=1.10.0,!=1.13.0. To check your Docker version run this
 command:
 
 ::
-- 
GitLab