Files
cookbook-openstack-common/metadata.rb
Matt Thompson bc5e76a8cb Update qpid attributes
This change finishes off bp use-data-bag-for-qpid-password by removing
the unnecessary qpid attribute and defaulting qpid username to the same
value as openstack.mq.user.

Change-Id: I3ee99989c54fcda746eacb5c38011308494dc394
Implements: blueprint use-data-bag-for-qpid-password
2014-03-11 16:28:05 +00:00

22 lines
837 B
Ruby

name 'openstack-common'
maintainer 'AT&T Services, Inc.'
maintainer_email 'cookbooks@lists.tfoundry.com'
license 'Apache 2.0'
description 'Common OpenStack attributes, libraries and recipes.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '8.3.0'
recipe 'openstack-common', 'Installs/Configures common recipes'
recipe 'openstack-common::set_endpoints_by_interface', 'Set endpoints by interface'
recipe 'openstack-common::logging', 'Installs/Configures common logging'
recipe 'openstack-common::sysctl', 'Configures sysctl settings'
%w{ ubuntu suse redhat centos }.each do |os|
supports os
end
depends 'apt', '~> 2.3.8'
depends 'database'
depends 'yum', '~> 3.0'
depends 'yum-epel'