Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If60f0bea94b5cf1009466c6371a4c8ee06e9c728
This commit is contained in:
parent
eae7a37932
commit
d49cf7ab5c
@ -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/
|
||||
|
@ -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``
|
||||
|
||||
|
@ -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']
|
||||
|
||||
|
@ -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
|
||||
<https://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/multinode_setup_info.txt#n81>`_
|
||||
<https://opendev.org/openstack/devstack-gate/src/branch/master/multinode_setup_info.txt#L81>`_
|
||||
|
||||
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.
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user