Replace git.openstack.org with opendev.org

Change-Id: Icd19cf498263a5419752e6a4568e3279171fa549
This commit is contained in:
inspurericzhang 2019-11-19 15:24:28 +08:00
parent dbc69c742e
commit 5a3848fba2
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else
cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}"
cookbook "openstack-#{cookbook}", git: "https://opendev.org/openstack/cookbook-openstack-#{cookbook}"
end
end
cookbook 'openstackclient',
git: 'https://git.openstack.org/openstack/cookbook-openstackclient'
git: 'https://opendev.org/openstack/cookbook-openstackclient'
metadata