diff --git a/README.rst b/README.rst index ed9b09ec..463848af 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,6 @@ This is a fork of the Ryu library tailored for OpenStack Neutron. * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/os-ken/latest/ -* Source: https://git.openstack.org/cgit/openstack/os-ken -* Bugs: https://bugs.launchpad.net/os-ken +* Source: https://opendev.org/openstack/os-ken/ +* Bugs: https://storyboard.openstack.org/#!/project/openstack/os-ken * Release Notes: https://docs.openstack.org/releasenotes/os-ken diff --git a/tox.ini b/tox.ini index 93589adb..0be0860e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 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}/test-requirements.txt # TODO(hongbin): this is the way Ryu runs unit tests and we inherit # this approach as a start. In the future, we should migrate to stestr