From 5fbdbfc7389b44ecf98aa51e393d2c419c6e9dbd Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 22 Sep 2015 13:47:10 -0400 Subject: [PATCH] Bump RDO packages to tested repos RDO has now [1] a repo that is tested against real CI. Using this repository will avoid more failures in our CI. [1] http://trunk.rdoproject.org/centos7-liberty/current-passed-ci/ Change-Id: I312f45125e483655fcc3e3f0361435b229ce30ce --- spec/acceptance/basic_nova_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/basic_nova_spec.rb b/spec/acceptance/basic_nova_spec.rb index 476930667..a0a377c00 100644 --- a/spec/acceptance/basic_nova_spec.rb +++ b/spec/acceptance/basic_nova_spec.rb @@ -34,7 +34,7 @@ describe 'basic nova' do 'gpgcheck' => 'no', }, 'openstack-liberty-trunk' => { - 'baseurl' => 'http://trunk.rdoproject.org/centos7-liberty/current/', + 'baseurl' => 'http://trunk.rdoproject.org/centos7-liberty/current-passed-ci/', 'descr' => 'openstack-liberty-trunk', 'gpgcheck' => 'no', },