Files
cookbook-openstack-identity/metadata.rb
galstrom21 9e178ea3e9 Added handling for db_pkg install for sqlite
* Added test case for sqlite db_type
* Added CHANGELOG.md
* Version bump to 7.0.1

Fixes bug: 1246175

Change-Id: Ieae7d5d75daaa06d65a4a38b4f5b00deb37e45f4
2013-10-30 14:54:53 -05:00

17 lines
618 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 "7.0.1"
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", "~> 0.4.0"