diff --git a/README.rst b/README.rst index c9f5717d..d29f0739 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ common Neutron plugins. * Free software: Apache license * Documentation: https://docs.openstack.org/kuryr/latest/ -* Source: https://git.openstack.org/cgit/openstack/kuryr +* Source: https://opendev.org/openstack/kuryr * Bugs: https://bugs.launchpad.net/kuryr Features @@ -39,7 +39,7 @@ Getting Code :: - $ git clone https://git.openstack.org/openstack/kuryr.git + $ git clone https://opendev.org/openstack/kuryr.git $ cd kuryr Prerequisites diff --git a/tox.ini b/tox.ini index 9003eec0..5fb05575 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} 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} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = sh