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:
parent
db46d67d0b
commit
8e17b640e5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user