From 73f7fcb9585b3eada7a48f2f8fe4e0b358cc8f3e Mon Sep 17 00:00:00 2001
From: Abe Music <abe.music@gmail.com>
Date: Tue, 23 Feb 2016 10:51:25 -0600
Subject: [PATCH] General improvements to quickstart

- Provided info on installing ansible via yum from EPEL and pointed
  readers to the EPEL docs to learn how to install/enable the repo

Change-Id: I4bf87fbf90779be85293eb65fe7cd2ffe548d6ae
---
 doc/quickstart.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index bbd5dd020e..6b9e65ed7d 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -113,7 +113,6 @@ command:
 
     docker --version
 
-
 When running with systemd, setup docker-engine with the appropriate
 information in the Docker daemon to launch with. This means setting up the
 following information in the docker.service file. If you do not set the
@@ -202,7 +201,10 @@ 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.
+suitable for use with Kolla. 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>`__.
 
 On CentOS or RHEL systems, this can be done using: