Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Idd7c4089cc19443e615151eee113a8c89f510171
This commit is contained in:
parent
48bf17a515
commit
d1b9681e06
@ -1,12 +1,12 @@
|
|||||||
Trove Style Commandments
|
Trove Style Commandments
|
||||||
==========================
|
========================
|
||||||
|
|
||||||
- Step 1: Read the OpenStack Style Commandments
|
- Step 1: Read the OpenStack Style Commandments
|
||||||
https://docs.openstack.org/hacking/latest
|
https://docs.openstack.org/hacking/latest
|
||||||
- Step 2: Read on
|
- Step 2: Read on
|
||||||
|
|
||||||
Trove Specific Commandments
|
Trove Specific Commandments
|
||||||
-----------------------------
|
---------------------------
|
||||||
|
|
||||||
None so far
|
None so far
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ How to use with devstack:
|
|||||||
|
|
||||||
Add the following to your devstack ``local.conf`` file::
|
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:
|
To run unit tests:
|
||||||
@ -92,7 +92,7 @@ the Horizon codebase, in this repository.
|
|||||||
Links:
|
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
|
Trove at wiki.openstack.org: https://wiki.openstack.org/wiki/Trove
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ usedevelop = True
|
|||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = /bin/bash run_tests.sh -N --no-pep8 {posargs}
|
commands = /bin/bash run_tests.sh -N --no-pep8 {posargs}
|
||||||
|
@ -101,7 +101,7 @@ def cluster_shrink(request, cluster_id, instances):
|
|||||||
|
|
||||||
def create_cluster_root(request, cluster_id, password):
|
def create_cluster_root(request, cluster_id, password):
|
||||||
# It appears the code below depends on this trove change
|
# 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.
|
# change merges.
|
||||||
# return troveclient(request).cluster.reset_root_password(cluster_id)
|
# return troveclient(request).cluster.reset_root_password(cluster_id)
|
||||||
troveclient(request).root.create_cluster_root(cluster_id, password)
|
troveclient(request).root.create_cluster_root(cluster_id, password)
|
||||||
|
Loading…
Reference in New Issue
Block a user