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: Ia8d970a4dab56d7013ad2af72e45022acf793dec
This commit is contained in:
parent
b2336b4549
commit
f829c8d31e
@ -5,12 +5,12 @@ fixtures:
|
||||
'ref': '1.2.1'
|
||||
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||
'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'
|
||||
'nova': 'git://github.com/stackforge/puppet-nova.git'
|
||||
'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git'
|
||||
'nova': 'git://github.com/openstack/puppet-nova.git'
|
||||
'openstacklib': 'git://github.com/openstack/puppet-openstacklib.git'
|
||||
'postgresql': 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||
'vswitch': 'git://github.com/stackforge/puppet-vswitch'
|
||||
'vswitch': 'git://github.com/openstack/puppet-vswitch'
|
||||
'sysctl': 'git://github.com/duritong/puppet-sysctl.git'
|
||||
symlinks:
|
||||
"neutron": "#{source_dir}"
|
||||
|
Loading…
Reference in New Issue
Block a user