From 9772fb26e62cc0663f6323a6ab5f5bdc5c364af7 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Tue, 18 Feb 2014 13:57:11 +0100 Subject: [PATCH] Havana: Fixtures: fix keystone branch name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Solve issue: « fatal: ambiguous argument 'stable/havana': unknown revision or path not in the working tree. » Change-Id: If4a484010e4f8a3fd8aa6f0f5434943194637331 --- .fixtures.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 750c35f..6bec887 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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}" -- 2.45.2