diff --git a/Berksfile b/Berksfile index 4951939..6f6f62e 100644 --- a/Berksfile +++ b/Berksfile @@ -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