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: I82c77e95a18e3f4545dcb344d4eb6ab344b21790
This commit is contained in:
parent
48c4134ceb
commit
29e110e2f1
@ -5,9 +5,9 @@ fixtures:
|
||||
"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"
|
||||
"memcached": "git://github.com/saz/puppet-memcached.git"
|
||||
"openstacklib": "git://github.com/stackforge/puppet-openstacklib.git"
|
||||
"openstacklib": "git://github.com/openstack/puppet-openstacklib.git"
|
||||
"rsync": "git://github.com/puppetlabs/puppetlabs-rsync.git"
|
||||
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
|
||||
"xinetd": "git://github.com/puppetlabs/puppetlabs-xinetd.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user