cookbook-openstack-common/metadata.rb
Mark Vanderwiel 09e8cc9ad7 Add compute metadata api to common endpoints
Nova metadata api endpoint was missing from common endpoints.
This patch will be follow by one for compute and network to
make use of these new endpoint.

Change-Id: Ieabff853c3a66f2dfaf839ebc7abf9a90252f21b
Partial-Bug: #1425633
2015-02-25 14:39:24 -06:00

24 lines
930 B
Ruby

name 'openstack-common'
maintainer 'openstack-chef'
maintainer_email 'opscode-chef-openstack@googlegroups.com'
license 'Apache 2.0'
description 'Common OpenStack attributes, libraries and recipes.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '10.4.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'
recipe 'openstack-common::openrc', 'Creates openrc file'
%w{ ubuntu suse redhat centos }.each do |os|
supports os
end
depends 'apt', '~> 2.6.1'
depends 'database', '~> 4.0.2'
depends 'mysql', '~> 6.0.13'
depends 'yum', '~> 3.5.2'
depends 'yum-epel', '~> 0.6.0'