From 28d4f58dd6b8b6c61c4614ed15983fe417016b55 Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Mon, 19 Aug 2013 15:18:42 +0000 Subject: [PATCH] Update git repo for neutron The puppet module has been renamed, this commit updates the git repo links Change-Id: Idbd1f7d80871f8e8bad2571e6e2ae6241b947b53 --- .fixtures.yml | 2 +- Puppetfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 24716f8..5232f0a 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -6,7 +6,7 @@ fixtures: "glance": "git://github.com/stackforge/puppet-glance.git" 'horizon': 'git://github.com/stackforge/puppet-horizon' 'swift' : 'git://github.com/stackforge/puppet-swift' - 'neutron': 'git://github.com/stackforge/puppet-quantum' + 'neutron': 'git://github.com/stackforge/puppet-neutron' 'ceilometer' : 'git://github.com/stackforge/puppet-ceilometer' "apt": "git://github.com/puppetlabs/puppetlabs-apt.git" "apache": diff --git a/Puppetfile b/Puppetfile index f61df78..b4b0271 100644 --- a/Puppetfile +++ b/Puppetfile @@ -7,7 +7,7 @@ mod 'puppetlabs/horizon', :git => 'git://github.com/stackforge/puppet-horizon' mod 'puppetlabs/swift', :git => 'git://github.com/stackforge/puppet-swift' mod 'puppetlabs/cinder', :git => 'git://github.com/stackforge/puppet-cinder' mod 'puppetlabs/tempest', :git => 'git://github.com/stackforge/puppet-tempest' -mod 'stackforge/neutron', :git => 'git://github.com/stackforge/puppet-quantum/' +mod 'stackforge/neutron', :git => 'git://github.com/stackforge/puppet-neutron' # openstack middleware mod 'puppet/vswitch', :git => 'git://github.com/bodepd/puppet-vswitch' mod 'puppetlabs/rabbitmq',