Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Idd7c4089cc19443e615151eee113a8c89f510171
This commit is contained in:
caoyuan 2019-04-23 19:40:24 +08:00
parent 48bf17a515
commit d1b9681e06
4 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
Trove Style Commandments
==========================
========================
- Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/hacking/latest
- Step 2: Read on
Trove Specific Commandments
-----------------------------
---------------------------
None so far

View File

@ -18,7 +18,7 @@ How to use with devstack:
Add the following to your devstack ``local.conf`` file::
enable_plugin trove-dashboard https://git.openstack.org/openstack/trove-dashboard
enable_plugin trove-dashboard https://opendev.org/openstack/trove-dashboard
To run unit tests:
@ -92,7 +92,7 @@ the Horizon codebase, in this repository.
Links:
------
Trove project: https://git.openstack.org/cgit/openstack/trove/
Trove project: https://opendev.org/openstack/trove/
Trove at wiki.openstack.org: https://wiki.openstack.org/wiki/Trove

View File

@ -8,7 +8,7 @@ usedevelop = True
install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = /bin/bash run_tests.sh -N --no-pep8 {posargs}

View File

@ -101,7 +101,7 @@ def cluster_shrink(request, cluster_id, instances):
def create_cluster_root(request, cluster_id, password):
# It appears the code below depends on this trove change
# https://review.openstack.org/#/c/166954/. Comment out when that
# https://review.opendev.org/#/c/166954/. Comment out when that
# change merges.
# return troveclient(request).cluster.reset_root_password(cluster_id)
troveclient(request).root.create_cluster_root(cluster_id, password)