Update some URLs in README and tox

Use opendev.org URLs, point to storyboard instead of launchpad

Change-Id: Ib609aeadfde08cb4c3767d51c3c9ec906504f8a7
This commit is contained in:
Bernard Cafarelli 2020-07-08 14:08:19 +02:00
parent a123234b00
commit 9c04dc0c6f
No known key found for this signature in database
GPG Key ID: 9531F08245465A52
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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