Updated Berksfile to use stackforge

Pointing Berkshelf to public stackforge git URLs so
gate tests can pass.

Change-Id: If3f4c51a83db6c76aafed6bfbc05edff8816486a
This commit is contained in:
John Dewey 2013-05-16 11:47:46 -07:00
parent db46d67d0b
commit 8e17b640e5
1 changed files with 4 additions and 5 deletions

View File

@ -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"