Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I59f0ed6d2b0ba7b601c44610b841905de827fd67
This commit is contained in:
parent
2dd51d92a5
commit
c728b84c70
@ -9,5 +9,5 @@ It contains the tempest plugin for the functional testing of Vitrage Project.
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/vitrage/latest/
|
||||
* Release notes: https://docs.openstack.org/releasenotes/vitrage/
|
||||
* Source: https://git.openstack.org/cgit/openstack/vitrage-tempest-plugin
|
||||
* Source: https://opendev.org/openstack/vitrage-tempest-plugin
|
||||
* Stories and Bugs: https://storyboard.openstack.org/#!/project/openstack/vitrage-tempest-plugin
|
||||
|
@ -4,18 +4,18 @@ Enabling in Devstack
|
||||
|
||||
**WARNING**: the stack.sh script must be run in a disposable VM that is not
|
||||
being created automatically, see the README.md file in the "devstack"
|
||||
repository. See contrib/vagrant to create a vagrant VM.
|
||||
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 vitrage-tempest-plugin https://git.openstack.org/openstack/vitrage-tempest-plugin
|
||||
enable_plugin vitrage-tempest-plugin https://opendev.org/openstack/vitrage-tempest-plugin
|
||||
|
||||
3. run ``stack.sh``
|
||||
|
||||
|
@ -8,6 +8,6 @@ the same environment where Tempest is installed.
|
||||
|
||||
At the command line::
|
||||
|
||||
$ git clone https://git.openstack.org/openstack/vitrage-tempest-plugin
|
||||
$ git clone https://opendev.org/openstack/vitrage-tempest-plugin
|
||||
$ cd vitrage-tempest-plugin/
|
||||
$ pip install vitrage-tempest-plugin
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
|
Loading…
Reference in New Issue
Block a user