Replace git.openstack.org with opendev.org

Change-Id: I2a4d8a6a9398fe09eef039b59116f630537cfbe1
This commit is contained in:
inspurericzhang 2019-11-19 15:24:26 +08:00
parent b9ae8b555f
commit 8fd9907560
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