Replace git.openstack.org with opendev.org

Change-Id: Ib508455e66db69dfb605e948cced1878dcaded03
This commit is contained in:
inspurericzhang 2019-11-19 15:24:26 +08:00
parent be2fd380fa
commit 3d808884c3
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ cookbook 'openstack-identity',
cookbook 'openstack-common',
github: 'openstack/cookbook-openstack-common'
cookbook 'openstackclient',
git: 'https://git.openstack.org/openstack/cookbook-openstackclient'
git: 'https://opendev.org/openstack/cookbook-openstackclient'

View File

@ -3,7 +3,7 @@ name 'openstack-dns'
maintainer 'openstack-chef'
maintainer_email 'openstack-discuss@lists.openstack.org'
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
source_url 'https://git.openstack.org/openstack/cookbook-openstack-dns' if respond_to?(:source_url)
source_url 'https://opendev.org/openstack/cookbook-openstack-dns' if respond_to?(:source_url)
license 'Apache-2.0'
description 'Installs and configures the Designate Service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))