initial commit for the newton development cycle

Change-Id: Ifa685eb0cc8698ceab0da0c434137f3477623b4e
This commit is contained in:
Jan Klare 2016-05-31 10:41:54 +02:00
parent 794dc2050a
commit 88b1e879f2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ maintainer 'openstack-chef'
maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Provides the shared database configuration for Chef for OpenStack.'
version '13.0.0'
version '14.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.'
@ -25,4 +25,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', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'