Replace git.openstack.org with opendev.org

Change-Id: I55d1deb2697adef35e4c74df979d06049cd2f1e1
This commit is contained in:
inspurericzhang 2019-11-19 15:24:30 +08:00
parent d98d4a9757
commit 1563e11db3
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