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
|
metadata
|
||||||
|
|
||||||
cookbook "glance",
|
cookbook "openstack-image",
|
||||||
git: "git@github.com:att-cloud/cookbook-glance.git"
|
git: "git://github.com/stackforge/cookbook-openstack-image.git"
|
||||||
cookbook "keystone",
|
cookbook "openstack-identity",
|
||||||
git: "git@github.com:att-cloud/cookbook-keystone.git"
|
git: "git://github.com/stackforge/cookbook-openstack-identity.git"
|
||||||
cookbook "openstack-common",
|
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 "apt"
|
||||||
depends "database"
|
depends "database"
|
||||||
depends "glance"
|
depends "openstack-image"
|
||||||
depends "keystone", ">= 2012.2.1"
|
depends "openstack-identity", ">= 2012.2.1"
|
||||||
depends "mysql"
|
depends "mysql"
|
||||||
depends "openssh"
|
depends "openssh"
|
||||||
depends "openstack-common", ">= 0.1.7"
|
depends "openstack-common", ">= 0.1.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user