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: Idb4b4d15588ee35ebd544b2586b39336f36dd784
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
fixtures:
|
||||
repositories:
|
||||
'cinder': 'git://github.com/stackforge/puppet-cinder.git'
|
||||
'cinder': 'git://github.com/openstack/puppet-cinder.git'
|
||||
'concat':
|
||||
'repo': 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
||||
'ref': '1.2.1'
|
||||
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
|
||||
'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'
|
||||
'qpid': 'git://github.com/dprince/puppet-qpid.git'
|
||||
'rabbitmq':
|
||||
|
Reference in New Issue
Block a user