Ceph should come from supermarket

ceph 0.8.0 was tagged in supermarket, cleanup to use normal
supermarket berks path.

Change-Id: I5fd8f4063fe613bfaf6ca5adca3b9294153b2021
This commit is contained in:
Mark Vanderwiel 2015-02-19 10:59:50 -06:00
parent 4262694b55
commit c70c3b00bd
2 changed files with 1 additions and 3 deletions

View File

@ -8,5 +8,3 @@ cookbook "openstack-identity",
github: "stackforge/cookbook-openstack-identity"
cookbook "openstack-common",
github: "stackforge/cookbook-openstack-common"
cookbook "ceph",
github: "ceph/ceph-cookbook", branch: "master"

View File

@ -24,4 +24,4 @@ depends 'openstack-identity', '>= 10.0.0'
depends 'openstack-image', '>= 10.0.0'
depends 'selinux', '>= 0.7.2'
depends 'python', '>= 1.4.6'
depends 'ceph', '>= 0.2.1', '< 3.0.0'
depends 'ceph', '>= 0.8.0', '< 1.0.0'