acceptance: do not enable EPEL

EPEL is causing CI failures randomly, because Fedora servers are quite
often down and do not offer EPEL repos in a stable way.

This patch just disables the usage of EPEL which is not needed to
download RabbitMQ.

Change-Id: Ifc04092b924b867063fc5c50960b1600b3fe379d
This commit is contained in:
Emilien Macchi
2016-03-26 15:01:28 -04:00
parent 104f2d3e58
commit 50f1667f31

View File

@@ -10,7 +10,8 @@ describe 'openstacklib class' do
if $::osfamily == 'RedHat' { if $::osfamily == 'RedHat' {
class { '::openstack_extras::repo::redhat::redhat': class { '::openstack_extras::repo::redhat::redhat':
release => 'kilo', release => 'kilo',
manage_epel => false,
} }
$package_provider = 'yum' $package_provider = 'yum'
} else { } else {