diff --git a/CHANGELOG.md b/CHANGELOG.md index 466b7ee..cff8166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ openstack-ops-database Cookbook CHANGELG =================================== This file is used to list changes made in each version of the openstack-ops-database cookbook. +## 9.0.1 +* Fix metadata for database + ## 9.0.0 * Upgrade to Icehouse diff --git a/metadata.rb b/metadata.rb index 74d495b..3d98d91 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer 'Opscode, Inc.' maintainer_email 'matt@opscode.com' license 'Apache 2.0' description 'Provides the shared database configuration for Chef for OpenStack.' -version '9.0.0' +version '9.0.1' recipe 'client', 'Installs client packages for the database used by the deployment.' recipe 'server', 'Installs and configures server packages for the database used by the deployment.' @@ -17,7 +17,7 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac supports os end -depends 'database', '~> 2.0.0' -depends 'mysql', '~> 4.1.2' -depends 'postgresql', '~> 3.3.4' +depends 'mysql', '~> 4.1' +depends 'postgresql', '~> 3.3' +depends 'database', '~> 2.0' depends 'openstack-common', '~> 9.0'