diff --git a/HACKING.rst b/HACKING.rst index e9ad73f..99379f6 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 diff --git a/README.rst b/README.rst index 255c287..f0bc2fb 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/tox.ini b/tox.ini index a6a8269..1818629 100644 --- a/tox.ini +++ b/tox.ini @@ -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} diff --git a/trove_dashboard/api/trove.py b/trove_dashboard/api/trove.py index 089187c..b5835b0 100644 --- a/trove_dashboard/api/trove.py +++ b/trove_dashboard/api/trove.py @@ -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)