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: I95bd0fe0cb974375f3adf9c7e2b199fd135047ea
This commit is contained in:
parent
4ce651ef07
commit
2b91b85c51
@ -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/puppet-postgresql.git'
|
||||
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||
symlinks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user