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
This commit is contained in:
Mark Vanderwiel 2014-09-24 12:12:23 -05:00
parent 24092e6851
commit 3f7bcb9421
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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'