update ceph cookbook to allow update of apt cookbook in other cookbooks

Change-Id: Iac30fcbd7ce1abe0bd0acf0a730d96b1c6a217a4
This commit is contained in:
Mark Vanderwiel 2015-09-18 15:20:28 -05:00
parent 9a30eacb3a
commit 4cf66d2beb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ recipe 'openstack-compute::serialproxy', 'Installs and configures the serialprox
supports os
end
depends 'ceph', '~> 0.8.0'
depends 'ceph', '>= 0.8.1'
depends 'openstack-bare-metal', '>= 12.0.0'
depends 'openstack-common', '>= 12.0.0'
depends 'openstack-identity', '>= 12.0.0'