puppet-glance/.fixtures.yml
Sebastien Badia 7857c67e24 Migrate postgresql backend to use openstacklib::db::postgresql
Let migrate to the new openstacklib::db::postgresql helper for
postgresql backend. This commit also unpin postgresql fixture
(openstacklib support now the latest version of postgre module).

Change-Id: I29ae9506cb638aa3e3925705bac945511c96ca8f
Implements: blueprint commmon-openstack-database-resource
2014-12-30 19:05:14 +01:00

18 lines
740 B
YAML

fixtures:
repositories:
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
'concat': 'git://github.com/puppetlabs/puppetlabs-concat.git'
"keystone": "git://github.com/stackforge/puppet-keystone.git"
"mysql":
repo: "git://github.com/puppetlabs/puppetlabs-mysql.git"
ref: 'origin/2.2.x'
'openstacklib': 'git://github.com/stackforge/puppet-openstacklib.git'
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"rabbitmq":
repo: "git://github.com/puppetlabs/puppetlabs-rabbitmq"
ref: 'origin/2.x'
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile'
'postgresql': 'git://github.com/puppetlabs/puppet-postgresql.git'
symlinks:
"glance": "#{source_dir}"