Bump mysql cookbook version in metadata to 4.1.1

Change-Id: I2ebd6516f8b7150e0854458d491c5ea762a3a5fa
Fixes: bug 1294114
This commit is contained in:
Darren Birkett 2014-03-19 09:03:23 +00:00
parent 8579522b78
commit 9e9080d67f
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ recipe 'openstack-db', 'Creates necessary tables, users, and grants for OpenStac
end
depends 'database', '>= 1.4'
depends 'mysql', '>= 4.0.20'
depends 'mysql', '>= 4.1.1'
depends 'postgresql', '>= 3.0.0'
depends 'openstack-common', '~> 8.0'