Files
cookbook-openstack-identity/metadata.rb
leileiz 5b0944ff56 Update keystone.conf permission
To avoid other users to access scecret in keystone.conf, set the
file permission to 640 instead of 644

Fix bug 1369446
Change-Id: I26af2ae803de9ba909d3356c27a33563fba68af3
2014-09-17 06:47:22 -04:00

18 lines
713 B
Ruby

name 'openstack-identity'
maintainer 'Opscode, Inc.'
maintainer_email 'matt@opscode.com'
license 'Apache 2.0'
description 'The OpenStack Identity service Keystone.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '10.0.1'
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', '~> 10.0'