Ceph should come from supermarket

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

Change-Id: I1413932129f391237fdeb2c3f37fe14853c597c5
This commit is contained in:
Mark Vanderwiel 2015-02-19 11:06:12 -06:00
parent 132596149e
commit fe39ee1918
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -17,4 +17,4 @@ end
depends 'openstack-common', '>= 10.2.0'
depends 'openstack-identity', '>= 10.0.0'
depends 'ceph', '>= 0.2.1', '< 3.0.0'
depends 'ceph', '>= 0.8.0', '< 1.0.0'