From cef8078534bd0df26916149c04b2abfada73b1d2 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 26 Jun 2015 15:40:31 -0400 Subject: [PATCH] acceptance: install RDO repo the right way Install packages from RDO properly, by using regular packages and not ones from testing repo that are too unstable. Change-Id: I8cff9607677b94f1f39551cb1d086b362ff2a185 --- spec/acceptance/ceilometer_with_mysql_spec.rb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/spec/acceptance/ceilometer_with_mysql_spec.rb b/spec/acceptance/ceilometer_with_mysql_spec.rb index 1c07943..f63ca9b 100644 --- a/spec/acceptance/ceilometer_with_mysql_spec.rb +++ b/spec/acceptance/ceilometer_with_mysql_spec.rb @@ -20,16 +20,7 @@ describe 'ceilometer with mysql' do } 'RedHat': { class { '::openstack_extras::repo::redhat::redhat': - # Kilo is not GA yet, so let's use the testing repo - manage_rdo => false, - repo_hash => { - 'rdo-kilo-testing' => { - 'baseurl' => 'https://repos.fedorapeople.org/repos/openstack/openstack-kilo/testing/el7/', - # packages are not GA so not signed - 'gpgcheck' => '0', - 'priority' => 97, - }, - }, + release => 'kilo', } $package_provider = 'yum' } -- 2.45.2