diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index bae9891..fbf79dd 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role' # The link to the browsable source code (for the left hand menu) oslosphinx_cgit_link = ( - "https://git.openstack.org/cgit/openstack/{}".format(target_name) + "https://opendev.org/openstack/{}".format(target_name) ) # Release notes do not need a version number in the title, they diff --git a/tests/test-containers-functional.yml b/tests/test-containers-functional.yml index e45cb2b..ab0e81e 100644 --- a/tests/test-containers-functional.yml +++ b/tests/test-containers-functional.yml @@ -105,7 +105,7 @@ - "'foo=bar' in environment_content" - name: Test connectivity to external address - command: ping -i 5 -c 6 git.openstack.org + command: ping -i 5 -c 6 opendev.org register: ping_external_address failed_when: false tags: