Update spec_helper_acceptance for project renames

Change-Id: Ieda6129dc62819bb1c61002ac5bf845afe875f02
This commit is contained in:
Colleen Murphy 2015-06-12 17:36:18 -07:00
parent 88b74f869a
commit c17afb139f
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ RSpec.configure do |c|
on host, puppet('module','install','stahnma-epel'), { :acceptable_exit_codes => [0,1] }
# 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-keystone /etc/puppet/modules/keystone')
shell('git clone https://git.openstack.org/stackforge/puppet-openstack_extras /etc/puppet/modules/openstack_extras')
shell('git clone https://git.openstack.org/openstack/puppet-openstacklib /etc/puppet/modules/openstacklib')
shell('git clone https://git.openstack.org/openstack/puppet-keystone /etc/puppet/modules/keystone')
shell('git clone https://git.openstack.org/openstack/puppet-openstack_extras /etc/puppet/modules/openstack_extras')
# Install the module being tested
puppet_module_install(:source => proj_root, :module_name => 'glance')