use git.openstack.org for berks dependency resolution

Change-Id: I1d883ed812f571916cc24afe5dd1f85bedf2d557
This commit is contained in:
Jan Klare 2018-03-06 13:22:31 +01:00
parent b13c4324f8
commit 4f374d32b9
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else
cookbook "openstack-#{cookbook}", github: "openstack/cookbook-openstack-#{cookbook}"
cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}"
end
end