From ecc1ee39b459ce01165f9a473849b05349a255fa Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Thu, 16 May 2013 17:17:52 -0400 Subject: [PATCH] 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 --- Berksfile | 4 ++-- metadata.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Berksfile b/Berksfile index af8f4d53..5c84d38e 100644 --- a/Berksfile +++ b/Berksfile @@ -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" diff --git a/metadata.rb b/metadata.rb index 3855c321..3a6bdea7 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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"