cookbook-openstack-database/metadata.rb
Ionuț Arțăriși 7195e30f65 switch to using get_password for password attrs support
Also changed the service/data bag name from 'openstack-database' to
'database' to match the default attribute name from -common

Change-Id: I197c9f03e937ddcc7193f86969dfd9902d6acc0d
2014-06-25 17:10:55 +02:00

18 lines
820 B
Ruby

name 'openstack-database'
maintainer 'SUSE Linux GmbH'
maintainer_email 'crowbar@dell.com'
license 'Apache 2.0'
description 'Installs/Configures trove'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '9.0.1'
recipe 'openstack-database::identity_registration', 'Registers Trove endpoints and service with Keystone'
recipe 'openstack-database::api', 'Installs API service'
recipe 'openstack-database::conductor', 'Installs Conductor service'
recipe 'openstack-database::taskmanager', 'Installs TaskManager service'
recipe 'openstack-database::guestagent', 'Installs GuestAgent service'
depends 'openstack-common', '~> 9.6'
depends 'openstack-identity', '~> 9.0'
supports 'suse'