From 88b1e879f254d489ef24b5a75064cb1886bc9534 Mon Sep 17 00:00:00 2001 From: Jan Klare Date: Tue, 31 May 2016 10:41:54 +0200 Subject: [PATCH] initial commit for the newton development cycle Change-Id: Ifa685eb0cc8698ceab0da0c434137f3477623b4e --- metadata.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.rb b/metadata.rb index 38064ff..a5c4fe1 100755 --- a/metadata.rb +++ b/metadata.rb @@ -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'