diff --git a/README.rst b/README.rst index 38f9e9a2..d633a976 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Horizon panels for Octavia * Free software: Apache license * Documentation: https://docs.openstack.org/octavia-dashboard/latest/ -* Source: https://git.openstack.org/cgit/openstack/octavia-dashboard +* Source: https://opendev.org/openstack/octavia-dashboard * Release notes: https://docs.openstack.org/releasenotes/octavia-dashboard/ * Bugs: https://storyboard.openstack.org/#!/project/909 diff --git a/devstack/README.rst b/devstack/README.rst index 11a085fc..47a74343 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -15,7 +15,7 @@ where For example: - enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard + enable_plugin octavia-dashboard https://opendev.org/openstack/octavia-dashboard Once you enable the plugin in your local.conf, ensure ``horizon`` and ``o-api`` services are enabled. If both of them are enabled, diff --git a/package.json b/package.json index 7db8375a..8c4feab3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "https://git.openstack.org/openstack/octavia-dashboard" + "url": "https://opendev.org/openstack/octavia-dashboard" }, "bugs": "https://storyboard.openstack.org/#!/project/909", "license": "Apache 2.0", diff --git a/tox.ini b/tox.ini index 24d7e1ff..6e54073d 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} CLIENT_NAME=octavia-dashboard DJANGO_SETTINGS_MODULE=octavia_dashboard.tests.settings -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 whitelist_externals = npm @@ -37,7 +37,7 @@ commands = npm install basepython = python3 whitelist_externals = rm deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = @@ -49,7 +49,7 @@ commands = basepython = python3 whitelist_externals = rm deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands =