Remove EPEL support

EPEL packages have not been required for Packstack since a couple
cycles. Moreover, they are known to cause conflicts with RDO-provided
packages, so it's better to remove support completely.

Change-Id: I659c84d5944e419744f8903cf64581d28bfc77f3
This commit is contained in:
Javier Pena
2017-05-10 12:11:33 +02:00
parent 378ec12102
commit f5716c9454
6 changed files with 6 additions and 87 deletions

View File

@@ -52,10 +52,6 @@ Then edit `ans.txt` as appropriate e.g.
- Edit the IP address to anywhere you want to install a piece of OpenStack on another server
- Edit the 3 network interfaces to whatever makes sense in your setup
you'll need to use a icehouse repository for example for RHEL
$ CONFIG_REPO=http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6/
$ packstack --answer-file=ans.txt
### Option 3 (prompts for configuration options)