Remove yum-axelget from base image

This patch partially reverts https://review.openstack.org/#/c/521716/.

Package yum-axelget is not in CentOS or RDO repositories. Note
that installing packages from EPEL repos is not recommended when
deploying RDO.

Closes-Bug: #1734690

Change-Id: Id34e667673d0b4e20fe3fdd2a880a1769ec2a6c3
This commit is contained in:
Alfredo Moralejo 2017-11-27 11:25:54 +01:00
parent 781c106f98
commit 2d26e1d26e

View File

@ -224,8 +224,7 @@ RUN yum -y install \
'python',
'scsi-target-utils',
'sudo',
'which',
'yum-axelget'
'which'
] %}
# Install base packages
{{ macros.install_packages( base_centos_binary_packages | customizable("centos_binary_packages")) }}
@ -242,8 +241,7 @@ RUN yum -y install \
'scsi-target-utils',
'sudo',
'tar',
'which',
'yum-axelget'
'which'
] %}
# Update packages
{{ macros.install_packages( base_centos_source_packages | customizable("centos_source_packages")) }}