cookbook-openstack-image/metadata.rb

17 lines
777 B
Ruby

name "openstack-image"
maintainer "Opscode, Inc."
license "Apache 2.0"
description "Installs and configures the Glance Image Registry and Delivery Service"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "7.1.1"
recipe "openstack-image::api", "Installs packages required for a glance api server"
recipe "openstack-image::registry", "Installs packages required for a glance registry server"
recipe "openstack-image::identity_registration", "Registers Glance endpoints and service with Keystone"
%w{ ubuntu fedora redhat centos suse }.each do |os|
supports os
end
depends "openstack-common", "~> 0.4.0"
depends "openstack-identity", "~> 7.0"