]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Havana: Fixtures: fix keystone branch name
authorSebastien Badia <sebastien.badia@enovance.com>
Tue, 18 Feb 2014 12:57:11 +0000 (13:57 +0100)
committerSebastien Badia <sebastien.badia@enovance.com>
Tue, 18 Feb 2014 16:33:05 +0000 (17:33 +0100)
Solve issue: « fatal: ambiguous argument 'stable/havana': unknown
revision or path not in the working tree. »

Change-Id: If4a484010e4f8a3fd8aa6f0f5434943194637331

.fixtures.yml

index 750c35faccea49c79640e7808ef8713296267e0e..6bec8870526731bbdb2489a1033cbc175289f8f0 100644 (file)
@@ -3,13 +3,13 @@ fixtures:
     'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
     'keystone':
       repo: 'git://github.com/stackforge/puppet-keystone.git'
-      ref: 'stable/havana'
+      ref: 'origin/stable/havana'
     'mysql':
       repo: 'git://github.com/puppetlabs/puppetlabs-mysql.git'
       ref:  'origin/0.x'
     'nova':
       repo: 'git://github.com/stackforge/puppet-nova.git'
-      ref: 'stable/havana'
+      ref: 'origin/stable/havana'
     'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
   symlinks:
     'ceilometer': "#{source_dir}"