From 3f7bcb9421a88f9121e21dc7f425c3c239416b2c Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Wed, 24 Sep 2014 12:12:23 -0500 Subject: [PATCH] Fix mysql cookbook version for previous password patch The previous patch is using a new method only available in mysql cookbook version 5.4. Bump metadata to that. Change-Id: I988fbab91b7ac2251276ffe837e5b918d2f7371a Partial-Bug: #1373523 --- CHANGELOG.md | 3 ++- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4868c5..b5659af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ This file is used to list changes made in each version of the openstack-ops-data * Upgrading berkshelf from 2.0.18 to 3.1.5 * Switching mysql server recipe to use resource and set password directly - +* Bump mysql cookbook version for above password patch + ## 9.2.0 * Update database and mysql dependency diff --git a/metadata.rb b/metadata.rb index 2173fe3..0628d24 100644 --- a/metadata.rb +++ b/metadata.rb @@ -17,7 +17,7 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac supports os end -depends 'mysql', '~> 5.3' +depends 'mysql', '~> 5.4' depends 'mysql-chef_gem', '~> 0.0.2' depends 'postgresql', '~> 3.3' depends 'database', '~> 2.2'