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
This commit is contained in:
Jay Pipes 2013-05-16 16:50:59 -04:00
parent cc02d7387b
commit 4a68fb3b78
2 changed files with 7 additions and 7 deletions

View File

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

View File

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