From 3c458b377ccb8641061ee77f2ef74ffa3c94bcc7 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 11 Aug 2015 14:56:41 +0200 Subject: [PATCH] Use openstack/ namespace for fixtures modules When running the tests, rspec will download the modules speficied in .fixtures.yml and put them in spec/fixtures/modules. Some of those modules still point to stackforge/ namespace when they should be pointing to openstack/ namespace. Change-Id: I1070c4c2200f22d60947c15b9414881c7eddae06 --- .fixtures.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 9274e729..0e3723bc 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -4,9 +4,9 @@ fixtures: 'concat': repo: 'git://github.com/puppetlabs/puppetlabs-concat.git' ref: '1.2.1' - 'keystone': 'git://github.com/stackforge/puppet-keystone.git' + 'keystone': 'git://github.com/openstack/puppet-keystone.git' 'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git' - 'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git' + 'openstacklib': 'git://github.com/openstack/puppet-openstacklib.git' 'postgresql': 'git://github.com/puppetlabs/puppetlabs-postgresql.git' 'qpid': 'git://github.com/dprince/puppet-qpid.git' 'rabbitmq':