From 4a68fb3b781f06aab8f76bd5aedda834fb4c7e40 Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Thu, 16 May 2013 16:50:59 -0400 Subject: [PATCH] Attempting to fix Berksfile and metadata.rb deps Still changing glance -> openstack-image and Keystone -> openstack-identity in places now that those cookbooks have properly been renamed in the stackforge repos. Change-Id: I9d4a5062e21597424d1a08ac247b8707fb6d98ff --- Berksfile | 10 +++++----- metadata.rb | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Berksfile b/Berksfile index 1b7bced..bd847e9 100644 --- a/Berksfile +++ b/Berksfile @@ -1,8 +1,8 @@ metadata -cookbook "glance", - git: "git@github.com:att-cloud/cookbook-glance.git" -cookbook "keystone", - git: "git@github.com:att-cloud/cookbook-keystone.git" +cookbook "openstack-image", + git: "git://github.com/stackforge/cookbook-openstack-image.git" +cookbook "openstack-identity", + git: "git://github.com/stackforge/cookbook-openstack-identity.git" cookbook "openstack-common", - git: "git@github.com:att-cloud/cookbook-openstack-common.git" + git: "git://github.com/stackforge/cookbook-openstack-common.git" diff --git a/metadata.rb b/metadata.rb index d071e4f..78273a8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -18,8 +18,8 @@ end depends "apt" depends "database" -depends "glance" -depends "keystone", ">= 2012.2.1" +depends "openstack-image" +depends "openstack-identity", ">= 2012.2.1" depends "mysql" depends "openssh" depends "openstack-common", ">= 0.1.7"