From 26408c75e2054c5006154875f4e80f724a1b23f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Ar=C8=9B=C4=83ri=C8=99i?= Date: Thu, 4 Jul 2013 11:03:46 +0200 Subject: [PATCH] fix openstack-common cookbook source in Berksfile Change-Id: Ie16cba0e870faf82337f99211cef2368c252b56f --- Berksfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index dec0ba2f..c00fec3b 100644 --- a/Berksfile +++ b/Berksfile @@ -1,4 +1,6 @@ metadata cookbook 'openstack-identity', :git => 'https://github.com/stackforge/cookbook-openstack-identity.git' -cookbook 'openstack-common', :git => 'https://github.com/att-cloud/cookbook-openstack-common.git' +cookbook 'openstack-common', :git => 'https://github.com/stackforge/cookbook-openstack-common.git' +cookbook 'database' +cookbook 'mysql' \ No newline at end of file