diff --git a/README.rst b/README.rst index dc6276a8..9d0bcf98 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,8 @@ as an essential infrastructure component that can be utilized for supplying data variety of network analytics and security applications (e.g. IDS). * Free software: Apache license -* API Reference: https://github.com/openstack/tap-as-a-service/blob/master/API_REFERENCE.rst -* Source: https://git.openstack.org/cgit/openstack/tap-as-a-service +* API Reference: https://opendev.org/x/tap-as-a-service/src/branch/master/API_REFERENCE.rst +* Source: https://opendev.org/x/tap-as-a-service/ * Bugs: https://bugs.launchpad.net/tap-as-a-service For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file diff --git a/devstack/README.rst b/devstack/README.rst index dd311965..c7c61ab3 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -5,6 +5,6 @@ DevStack external plugin A `local.conf` recipe to enable tap-as-a-service:: [[local|localrc]] - enable_plugin tap-as-a-service https://github.com/openstack/tap-as-a-service + enable_plugin tap-as-a-service https://opendev.org/x/tap-as-a-service enable_service taas TAAS_SERVICE_DRIVER=TAAS:TAAS:neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver:default diff --git a/tox.ini b/tox.ini index c353ce2e..1555bc58 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning usedevelop = True install_command = pip install {opts} {packages} -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 commands = find . -type f -name "*.py[c|o]" -delete @@ -74,7 +74,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