Update URLs after opendev.org migration
Change-Id: I079f2a12d701c17b874568a7791d24ffaa09bf1a
This commit is contained in:
parent
97b7e91388
commit
fb1a2741a1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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::
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user