Replace git.openstack.org with opendev.org

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

View File

@ -4,7 +4,7 @@ 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