diff --git a/README.rst b/README.rst index f920768..07b7d8d 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Tap-as-a-Service Dashboard Tap-as-a-Service Horizon plugin. * Free software: Apache license -* Source: http://git.openstack.org/cgit/openstack/tap-as-a-service-dashboard +* Source: https://opendev.org/x/tap-as-a-service-dashboard * Bugs: http://bugs.launchpad.net/tap-as-a-service-dashboard Features @@ -19,4 +19,4 @@ Enabling in DevStack Add this repo as an external repository into your ``local.conf`` file:: [[local|localrc]] - enable_plugin tap-as-a-service-dashboard https://github.com/openstack/tap-as-a-service-dashboard + enable_plugin tap-as-a-service-dashboard https://opendev.org/x/tap-as-a-service-dashboard diff --git a/devstack/README.rst b/devstack/README.rst index 5f33fdf..04e3cae 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -7,4 +7,4 @@ This is the tap-as-a-service-dashboard devstack plugin. A `local.conf` recipe to enable tap-as-a-service-dashboard: [[local|localrc]] - enable_plugin tap-as-a-service-dashboard https://git.openstack.org/openstack/tap-as-a-service-dashboard + enable_plugin tap-as-a-service-dashboard https://opendev.org/x/tap-as-a-service-dashboard diff --git a/doc/source/index.rst b/doc/source/index.rst index b0f327a..296736b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,7 +5,7 @@ Tap-as-a-Service Dashboard Tap-as-a-Service Horizon plugin. * Free software: Apache license -* Source: http://git.openstack.org/cgit/openstack/tap-as-a-service-dashboard +* Source: https://opendev.org/x/tap-as-a-service-dashboard * Bugs: http://bugs.launchpad.net/tap-as-a-service-dashboard Features @@ -19,15 +19,15 @@ Enabling in DevStack Add this repo as an external repository into your ``local.conf`` file:: [[local|localrc]] - enable_plugin neutron_taas_dashboard https://github.com/openstack/tap-as-a-service-dashboard + enable_plugin neutron_taas_dashboard https://opendev.org/x/tap-as-a-service-dashboard Manual Installation ------------------- Begin by cloning the Horizon and Tap-as-a-Service Dashboard repositories:: - git clone https://github.com/openstack/horizon - git clone https://github.com/openstack/tap-as-a-service-dashboard + git clone https://opendev.org/openstack/horizon + git clone https://opendev.org/x/tap-as-a-service-dashboard Create a virtual environment and install Horizon dependencies:: diff --git a/package.json b/package.json index 6fc9547..3badfe1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Tap-as-a-Service Dashboard JavaScript tests", "repository": { "type": "git", - "url": "https://git.openstack.org/openstack/tap-as-a-service-dashboard" + "url": "https://opendev.org/x/tap-as-a-service-dashboard" }, "version": "0.0.0", "private": true, diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 7890956..fd5f299 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -15,7 +15,7 @@ ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner BRANCH_NAME=master -GIT_BASE=${GIT_BASE:-https://git.openstack.org/} +GIT_BASE=${GIT_BASE:-https://opendev.org/} install_project() { local project=$1 diff --git a/tox.ini b/tox.ini index eb71893..e8e0a29 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} BRANCH_NAME=master CLIENT_NAME=tap-as-a-service-dashboard