Files
cookbook-openstack-identity/metadata.rb
Mark Vanderwiel 885b50b7c0 Cleanup minor rubocop offenses
Cleaned up all the minor rubocop issues, the ones left relate to
complex logic and what I think is a bug in rubocop for nested
vs compact modules/class definitions.

Change-Id: Ica189a00fc25b39d125467b99a1630860625cf87
2015-05-28 17:03:03 -05:00

18 lines
657 B
Ruby

name 'openstack-identity'
maintainer 'openstack-chef'
maintainer_email 'opscode-chef-openstack@googlegroups.com'
license 'Apache 2.0'
description 'The OpenStack Identity service Keystone.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '11.0.0'
recipe 'openstack-identity::client', 'Install packages required for keystone client'
recipe 'openstack-identity::server', 'Installs and Configures Keystone Service'
recipe 'openstack-identity::registration', 'Adds user, tenant, role and endpoint records to Keystone'
%w(ubuntu fedora redhat centos suse).each do |os|
supports os
end
depends 'openstack-common', '>= 11.0.0'