From 4f65842f95ece8d0dd354bcf014b84a17aad2050 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Tue, 18 Feb 2014 14:13:47 +0100 Subject: [PATCH] Havana: Fixtures: fix keystone branch name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Solve issue: « fatal: ambiguous argument 'stable/havana': unknown revision or path not in the working tree. » Change-Id: Ic5dd26dd3f41a0a022561eb95a3fbaf7ec03f0d8 --- .fixtures.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index d958ea8..5df20b1 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,31 +2,31 @@ fixtures: repositories: 'cinder': repo: 'git://github.com/stackforge/puppet-cinder' - ref: 'stable/havana' + ref: 'origin/stable/havana' "keystone": repo: "git://github.com/stackforge/puppet-keystone.git" - ref: 'stable/havana' + ref: 'origin/stable/havana' "nova": repo: "git://github.com/stackforge/puppet-nova.git" - ref: 'stable/havana' + ref: 'origin/stable/havana' "glance": repo: "git://github.com/stackforge/puppet-glance.git" - ref: 'stable/havana' + ref: 'origin/stable/havana' 'horizon': repo: 'git://github.com/stackforge/puppet-horizon' - ref: 'stable/havana' + ref: 'origin/stable/havana' 'swift' : repo: 'git://github.com/stackforge/puppet-swift' - ref: 'stable/havana' + ref: 'origin/stable/havana' 'neutron': repo: 'git://github.com/stackforge/puppet-neutron' - ref: 'stable/havana' + ref: 'origin/stable/havana' 'ceilometer' : repo: 'git://github.com/stackforge/puppet-ceilometer' - ref: 'stable/havana' + ref: 'origin/stable/havana' 'heat' : repo: 'git://github.com/stackforge/puppet-heat' - ref: 'stable/havana' + ref: 'origin/stable/havana' "apt": "git://github.com/puppetlabs/puppetlabs-apt.git" "apache": repo: "git://github.com/puppetlabs/puppetlabs-apache.git"