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:
10
Berksfile
10
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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user