From 8e17b640e51816e9c0589510c435bf12a0c5b52d Mon Sep 17 00:00:00 2001 From: John Dewey Date: Thu, 16 May 2013 11:47:46 -0700 Subject: [PATCH] Updated Berksfile to use stackforge Pointing Berkshelf to public stackforge git URLs so gate tests can pass. Change-Id: If3f4c51a83db6c76aafed6bfbc05edff8816486a --- Berksfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Berksfile b/Berksfile index 9b0b4f67..af8f4d53 100644 --- a/Berksfile +++ b/Berksfile @@ -1,11 +1,10 @@ metadata - cookbook "glance", - git: "git@github.com:att-cloud/cookbook-glance.git" + git: "git://github.com/stackforge/cookbook-openstack-image.git" cookbook "keystone", - git: "git@github.com:att-cloud/cookbook-keystone.git" + 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" cookbook "sysctl", - git: "git@github.com:Fewbytes/sysctl-cookbook.git" + git: "git://github.com/Fewbytes/sysctl-cookbook.git"