Fixing depends in metadata.rb and Berksfile

Since renaming identity and image, we need to update
a variety of places, including the Berksfile and metadata.rb
files for all projects that refer to those cookbooks as
dependencies.

Change-Id: Id218e7f6c3d77622b5589722dcdc31c3ace17a13
This commit is contained in:
Jay Pipes 2013-05-16 17:17:52 -04:00
parent 8e17b640e5
commit ecc1ee39b4
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
metadata
cookbook "glance",
cookbook "openstack-image",
git: "git://github.com/stackforge/cookbook-openstack-image.git"
cookbook "keystone",
cookbook "openstack-identity",
git: "git://github.com/stackforge/cookbook-openstack-identity.git"
cookbook "openstack-common",
git: "git://github.com/stackforge/cookbook-openstack-common.git"

View File

@ -26,8 +26,8 @@ end
depends "apache2"
depends "database"
depends "glance"
depends "keystone", ">= 2012.2.1"
depends "openstack-image"
depends "openstack-identity", ">= 2012.2.1"
depends "mysql"
depends "openstack-common", ">= 0.1.7"
depends "rabbitmq"