Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I1289f82c0f14b27d15f4b41b80dfe9131efb2ed7
This commit is contained in:
parent
b087b3093b
commit
ad4507c45b
@ -1,6 +1,6 @@
|
|||||||
===============================
|
=====================
|
||||||
openstack
|
manila-tempest-plugin
|
||||||
===============================
|
=====================
|
||||||
|
|
||||||
Tempest plugin manila-tempest-plugin
|
Tempest plugin manila-tempest-plugin
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Tempest plugin to test Manila's features
|
|||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/manila/latest/
|
* Documentation: https://docs.openstack.org/manila/latest/
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/manila/
|
* Release notes: https://docs.openstack.org/releasenotes/manila/
|
||||||
* Source: https://git.openstack.org/cgit/openstack/manila-tempest-plugin
|
* Source: https://opendev.org/openstack/manila-tempest-plugin
|
||||||
* Bugs: https://bugs.launchpad.net/manila-tempest-plugin
|
* Bugs: https://bugs.launchpad.net/manila-tempest-plugin
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -8,14 +8,14 @@ repository. See contrib/vagrant to create a vagrant VM.
|
|||||||
|
|
||||||
1. Download DevStack::
|
1. Download DevStack::
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack-dev/devstack.git
|
git clone https://opendev.org/openstack/devstack.git
|
||||||
cd devstack
|
cd devstack
|
||||||
|
|
||||||
2. Add this repo as an external repository::
|
2. Add this repo as an external repository::
|
||||||
|
|
||||||
> cat local.conf
|
> cat local.conf
|
||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
|
enable_plugin manila-tempest-plugin https://opendev.org/openstack/manila-tempest-plugin
|
||||||
|
|
||||||
3. run ``stack.sh``
|
3. run ``stack.sh``
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
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 =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user