Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Id34a36ee10fa0f30a20800b10656a85f6f3a5577
This commit is contained in:
caoyuan 2019-04-23 19:37:28 +08:00 committed by Omer Anson
parent 7db3e3b005
commit 9573e43aa4
11 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ Distributed SDN-based Neutron Implementation
* Free software: Apache license
* Homepage: http://www.dragonflow.net/
* Source: https://git.openstack.org/cgit/openstack/dragonflow
* Source: https://opendev.org/openstack/dragonflow
* Bugs: https://bugs.launchpad.net/dragonflow
* Documentation: https://docs.openstack.org/dragonflow/latest/
* Release notes: https://docs.openstack.org/developer/dragonflow/releasenotes.html

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
export OVERRIDE_ENABLED_SERVICES=key,n-api,n-api-meta,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj,g-api,g-reg,rabbit,mysql,dstat,df-controller,q-svc,df-metadata,q-qos,placement-api,q-trunk

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
export OVERRIDE_ENABLED_SERVICES+=,df-etcd,etcd3,df-zmq-publisher-service

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ENABLE_DF_SFC=True"

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
source /opt/stack/new/dragonflow/devstack/devstackgaterc-common

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
source /opt/stack/new/dragonflow/devstack/devstackgaterc-common

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
source /opt/stack/new/dragonflow/devstack/devstackgaterc-common

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
export OVERRIDE_ENABLED_SERVICES+=,df-redis,df-redis-server

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# https://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
source /opt/stack/new/dragonflow/devstack/devstackgaterc-common

View File

@ -14,7 +14,7 @@
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# It is also used by the rally job. You can find the CI job configuration here:
#
# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
# http://opendev.org/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
# Begin list of exclusions.

View File

@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
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 = sh /bin/rm