Go to file
Akihiro Motoki 28b0341e48 Fix lower-constraints job
The summary of changes in lower-constraints.txt are as below.

* Address version mismatch of eventlet in requirements.txt and
  lower-constraints.txt. eventlet 0.21.0 is blocked in
  global-requirements.txt, so the min version is set to 0.22.0.
* pytz version in l-c is bumped to satisfy Babel requirement.
* Update the min version of msgpack to 0.5.0 as 0.3.0 is not
  available in PyPI. msgpack-python is dropped as it is not used.
* Drop linter-specific entries from lower-constraints.txt
* hacking in l-c is updated to match the version in test-requirements.

I also ran requirements-check script locally and detected
a lot of inconsistencies in requirements related files in os-ken.
Errors detected by the script are fixed in this commit too.

NOTE: The above inconsistencies were not detected mainly because
we don't have requirements-check job in os-ken CI.
Perhaps it is due to 'tinyrpc' which is not included in g-r.
It is better to enable requirements-check job in os-ken CI,
but we need to add tinyrpc to global-requirements.txt or drop
tinyrpc dependencies (for example, by dropping os-ken/app
as tinyrpc is used only in os-ken/app).

Change-Id: I19617aee765f9086fbfdb67fb17839b83d9df48c
2021-02-10 10:56:49 +09:00
2021-02-10 10:56:49 +09:00
2018-11-27 20:48:02 +00:00
2019-04-19 19:48:36 +00:00
2018-09-04 17:00:24 +00:00
2018-09-04 17:00:24 +00:00
2020-07-08 14:08:19 +02:00
2021-02-10 10:56:49 +09:00
2020-01-18 19:29:14 +00:00
2018-09-04 17:00:24 +00:00
2020-11-01 16:36:53 +08:00

os-ken

A component-based software defined networking framework in OpenStack.

This is a fork of the Ryu library tailored for OpenStack Neutron.

Description
A component-based software defined networking framework for OpenStack.
Readme 10 MiB
Languages
Python 86.1%
Erlang 13.3%
C 0.4%
Shell 0.2%