From: Sebastien Badia Date: Tue, 18 Feb 2014 12:57:11 +0000 (+0100) Subject: Havana: Fixtures: fix keystone branch name X-Git-Tag: 3.1.1~7^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9772fb26e62cc0663f6323a6ab5f5bdc5c364af7;p=puppet-modules%2Fpuppet-ceilometer.git Havana: Fixtures: fix keystone branch name Solve issue: « fatal: ambiguous argument 'stable/havana': unknown revision or path not in the working tree. » Change-Id: If4a484010e4f8a3fd8aa6f0f5434943194637331 --- 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}"