From 420f8740ea4a9c6e534fd57e66ea77ec11cdad5a Mon Sep 17 00:00:00 2001
From: Blake Smith <blaksmit@cisco.com>
Date: Thu, 28 Apr 2016 18:04:39 -0500
Subject: [PATCH] Yum install Ansible 1.9 specified

EPEL has added an Ansible 2.0 rpm.
Version 1.9 needs to be specifically called out.

Change-Id: I4bf296d72cc6eab50213a3a96923bf7e6b5f3399
---
 doc/quickstart.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index e236afe0a..c7ca78acb 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -252,7 +252,8 @@ packaging if the distro packaging has recommended version available.
 
 Some implemented distro versions of Ansible are too old to use distro
 packaging.  Currently, CentOS and RHEL package Ansible 1.9.4 which is
-suitable for use with Kolla. Note that you will need to enable access
+suitable for use with Kolla. As Ansible 2.0 is also available, version 1.9
+must be specified. Note that you will need to enable access
 to the EPEL repository to install via yum -- to do so, take a look at
 Fedora's EPEL `docs <https://fedoraproject.org/wiki/EPEL>`__ and
 `FAQ <https://fedoraproject.org/wiki/EPEL/FAQ>`__.
@@ -261,7 +262,7 @@ On CentOS or RHEL systems, this can be done using:
 
 ::
 
-    yum -y install ansible
+    yum -y install ansible1.9
 
 Many DEB based systems do not meet Kolla's Ansible version requirements.
 It is recommended to use pip to install Ansible 1.9.4.
-- 
GitLab