]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update spec_helper_acceptance for project renames
authorColleen Murphy <colleen@gazlene.net>
Sat, 13 Jun 2015 00:33:15 +0000 (17:33 -0700)
committerColleen Murphy <colleen@gazlene.net>
Sat, 13 Jun 2015 00:33:15 +0000 (17:33 -0700)
Change-Id: I9f63d9bd8373102a4a8cfe8320a41d824501b8f0

spec/spec_helper_acceptance.rb

index e0c0e1afb93b26b43c5e3688b4128e4f279bb7a8..2a02a6dc72a18c402bcbbe9655a0af7ef844e919 100644 (file)
@@ -33,9 +33,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')
       # TODO(EmilienM) Cloning RabbitMQ module for now because we wait for a release including
       # https://github.com/enovance/puppetlabs-rabbitmq/commit/0227f762070ffbbea3c28d6a60174de98fa4cc1c
       shell('git clone https://github.com/puppetlabs/puppetlabs-rabbitmq/ /etc/puppet/modules/rabbitmq')