Initial Liberty Changes

Metadata changes
- Updated maintainer email
- Updated the version

Change-Id: Id490e1eb2702be38fb4ba8bc6a8ea6bdc7b1c94c
This commit is contained in:
Mark Vanderwiel 2015-08-30 08:00:23 -05:00
parent f0112a3542
commit dc8e14f03a
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
name 'openstack-ops-database'
maintainer 'openstack-chef'
maintainer_email 'opscode-chef-openstack@googlegroups.com'
maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Provides the shared database configuration for Chef for OpenStack.'
version '11.0.0'
version '12.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.'
@ -24,4 +24,4 @@ depends 'mysql', '~> 6.0.13'
depends 'mysql2_chef_gem', '~> 1.0.1'
depends 'postgresql', '~> 3.4.18'
depends 'database', '~> 4.0.2'
depends 'openstack-common', '>= 11.0.0'
depends 'openstack-common', '>= 12.0.0'