From 120727c52d43574bc57cfc2ea4eb6d9b381bb877 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 28 Jul 2016 16:16:00 -0400 Subject: [PATCH] Remove enabling epel We've not been enabling epel in tripleo-ci since I91eff35586547dd278e8a32668f06efb840fc8c6, so remove it from the docs as well. Change-Id: I4f1a9e7c11499c2429315016713170e67a3a5d84 --- doc/source/environments/virtual.rst | 4 ---- doc/source/installation/installing.rst | 4 ---- 2 files changed, 8 deletions(-) diff --git a/doc/source/environments/virtual.rst b/doc/source/environments/virtual.rst index 1558549e..a4c8b1e6 100644 --- a/doc/source/environments/virtual.rst +++ b/doc/source/environments/virtual.rst @@ -109,10 +109,6 @@ Preparing the Virtual Environment (Automated) #. Enable needed repositories: - Enable epel:: - - sudo yum -y install epel-release - .. include:: ../repositories.txt .. We need to manually continue our list numbering here since the above diff --git a/doc/source/installation/installing.rst b/doc/source/installation/installing.rst index 033bf1e3..cd5cdf19 100644 --- a/doc/source/installation/installing.rst +++ b/doc/source/installation/installing.rst @@ -56,10 +56,6 @@ Installing the Undercloud sudo yum install -y yum-utils sudo yum-config-manager --enable rhelosp-rhel-7-server-opt - Enable epel:: - - sudo yum -y install epel-release - .. include:: ../repositories.txt .. We need to manually continue our list numbering here since the above