Update spec_helper_acceptance for project renames

Change-Id: I9f2a01190b99b35b480f4792aa5877c377b13931
This commit is contained in:
Colleen Murphy 2015-06-12 17:36:19 -07:00
parent 4a6e4cbb33
commit 5323487b78

View File

@ -36,9 +36,9 @@ RSpec.configure do |c|
on host, puppet('module','install','stahnma-epel'), { :acceptable_exit_codes => 0 }
# install puppet modules from git, use master
shell('git clone https://git.openstack.org/stackforge/puppet-openstacklib /etc/puppet/modules/openstacklib')
shell('git clone https://git.openstack.org/stackforge/puppet-openstack_extras /etc/puppet/modules/openstack_extras')
shell('git clone https://git.openstack.org/stackforge/puppet-keystone /etc/puppet/modules/keystone')
shell('git clone https://git.openstack.org/openstack/puppet-openstacklib /etc/puppet/modules/openstacklib')
shell('git clone https://git.openstack.org/openstack/puppet-openstack_extras /etc/puppet/modules/openstack_extras')
shell('git clone https://git.openstack.org/openstack/puppet-keystone /etc/puppet/modules/keystone')
# Install the module being tested
puppet_module_install(:source => proj_root, :module_name => 'swift')