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
22 lines
837 B
Ruby
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'
|