Icehouse branch version updates

Change-Id: Iab2f90e10a7115cc69ab129de2da734711d4a72e
This commit is contained in:
Mark Vanderwiel 2014-03-27 10:47:41 -05:00
parent 9e9080d67f
commit 15e2f21455
3 changed files with 9 additions and 6 deletions

View File

@ -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.0
* Upgrade to Icehouse
## 8.1.0
* Rename openstack-metering to openstack-telemetry

View File

@ -1,6 +1,6 @@
# Description #
This cookbook provides a reference example of database configuration for the OpenStack **Havana** reference deployment provided by Chef for OpenStack. It currently supports MySQL and PostgreSQL.
This cookbook provides a reference example of database configuration for the OpenStack **Icehouse** reference deployment provided by Chef for OpenStack. It currently supports MySQL and PostgreSQL.
# Requirements #

View File

@ -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 '8.1.0'
version '9.0.0'
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', '>= 1.4'
depends 'mysql', '>= 4.1.1'
depends 'postgresql', '>= 3.0.0'
depends 'openstack-common', '~> 8.0'
depends 'database', '~> 2.0.0'
depends 'mysql', '~> 4.1.2'
depends 'postgresql', '~> 3.3.4'
depends 'openstack-common', '~> 9.0'