diff --git a/README.rst b/README.rst index 3d8a49b2..e658b908 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,6 @@ It contains the tempest plugin for the functional testing of Neutron Project. * Free software: Apache license * Documentation: https://docs.openstack.org/neutron/latest/ -* Source: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin +* Source: https://opendev.org/openstack/neutron-tempest-plugin * Bugs: https://bugs.launchpad.net/neutron * Release notes: https://docs.openstack.org/releasenotes/neutron-tempest-plugin/ diff --git a/devstack/README.rst b/devstack/README.rst index e605fcf0..f6a69207 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -8,14 +8,14 @@ repository. See contrib/vagrant to create a vagrant VM. 1. Download DevStack:: - git clone https://git.openstack.org/openstack-dev/devstack.git + git clone https://opendev.org/openstack/devstack.git cd devstack 2. Add this repo as an external repository:: > cat local.conf [[local|localrc]] - enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin + enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin 3. run ``stack.sh`` diff --git a/neutron_tempest_plugin/api/test_networks.py b/neutron_tempest_plugin/api/test_networks.py index f9d52baa..c685256d 100644 --- a/neutron_tempest_plugin/api/test_networks.py +++ b/neutron_tempest_plugin/api/test_networks.py @@ -135,7 +135,7 @@ class NetworksTestJSON(base.BaseNetworkTest): # TODO(ihrachys): check that bad mtu is not allowed; current API extension # definition doesn't enforce values # TODO(ihrachys): check that new segment reservation updates mtu, once -# https://review.openstack.org/#/c/353115/ is merged +# https://review.opendev.org/#/c/353115/ is merged class NetworksMtuTestJSON(base.BaseNetworkTest): required_extensions = ['net-mtu', 'net-mtu-writable'] diff --git a/roles/multi-node-setup/README.rst b/roles/multi-node-setup/README.rst index b57a977a..3580d3fa 100644 --- a/roles/multi-node-setup/README.rst +++ b/roles/multi-node-setup/README.rst @@ -1,7 +1,7 @@ Set up connection between infra bridge and Neutron external bridge Network topology used in CI multinode jobs is described In `Devstack documention -`_ +`_ In case when DVR is used, there is also additional bridge ``br-infra`` added on each node to provide connectivity to floating IPs from main node. diff --git a/setup.cfg b/setup.cfg index d7790d6c..672e5b0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = https://git.openstack.org/cgit/openstack/neutron-tempest-plugin +home-page = https://opendev.org/openstack/neutron-tempest-plugin classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/tox.ini b/tox.ini index 9941e120..6f8cd388 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs}