From 9c919fdcda39d9b99cb002d0da94f792ddc4865c Mon Sep 17 00:00:00 2001
From: Chris Ricker <chricker@cisco.com>
Date: Thu, 5 Feb 2015 06:11:50 -0500
Subject: [PATCH] Enable extras repo on RHEL

Installing OpenStack as documented in the installation guide requires an
additional repo to be enabled when installing on RHEL 7. Add a step
documenting how to enable the extras repo.

Change-Id: I552232304fa284a4ca8e363c3aa7a9d421a76708
Closes-Bug: #1417044
backport: juno
---
 doc/install-guide/section_basics-packages.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/doc/install-guide/section_basics-packages.xml b/doc/install-guide/section_basics-packages.xml
index 141d340ab6..9aae31b889 100644
--- a/doc/install-guide/section_basics-packages.xml
+++ b/doc/install-guide/section_basics-packages.xml
@@ -30,12 +30,20 @@
       <screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install yum-plugin-priorities</userinput></screen>
     </step>
     <step>
-      <para>Install the <package>epel-release</package> package to enable the
+      <para>On RHEL and CentOS, enable the
         <link
         xlink:href="http://download.fedoraproject.org/pub/epel/7/x86_64/repoview/epel-release.html">EPEL</link> repository:</para>
       <screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm</userinput></screen>
       <note>
-        <para>Fedora does not require this package.</para>
+        <para>Fedora does not require this repository.</para>
+      </note>
+    </step>
+    <step>
+      <para>On RHEL, enable the extras repository using the subscription
+        manager:</para>
+      <screen><prompt>#</prompt> <userinput>subscription-manager repos --enable=rhel-7-server-extras-rpms</userinput></screen>
+      <note>
+        <para>CentOS and Fedora do not require this repository.</para>
       </note>
     </step>
   </procedure>