From e419adee007d08bf61aa86bcc0a15e2027775674 Mon Sep 17 00:00:00 2001 From: Le Hou Date: Wed, 24 Apr 2019 15:01:00 +0800 Subject: [PATCH] Use opendev repository Change-Id: I52a31d4728b9f656a0263422a00063b027bde0b8 --- README.rst | 2 +- setup.cfg | 2 +- tox.ini | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 49a3fa0..2663d84 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ networking-l2gw API's and implementations to support L2 Gateways in Neutron. * Free software: Apache license -* Source: https://git.openstack.org/cgit/openstack/networking-l2gw +* Source: https://opendev.org/openstack/networking-l2gw L2 Gateways ----------- diff --git a/setup.cfg b/setup.cfg index c8faa65..8b0d7f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = https://git.openstack.org/cgit/openstack/networking-l2gw +home-page = https://opendev.org/openstack/networking-l2gw classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/tox.ini b/tox.ini index 7029778..7d0451e 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = PYTHONWARNINGS=default::DeprecationWarning usedevelop = True install_command = pip install {opts} {packages} -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +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 = * @@ -36,7 +36,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [testenv:docs] basepython = python3 -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -d doc/build/doctrees -b html doc/source doc/build/html @@ -66,7 +66,7 @@ deps = # run locally (not in the gate) using editable mode # https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs commands = - pip install -q -e "git+https://git.openstack.org/openstack/neutron#egg=neutron" + pip install -q -e "git+https://opendev.org/openstack/neutron#egg=neutron" [testenv:py3-dev] basepython = python3