[release-announce] os-ken 2.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Mon May 31 09:43:30 UTC 2021


We are glad to announce the release of:

os-ken 2.0.0: A component-based software defined networking framework
for OpenStack.

This release is part of the xena release series.

The source is available from:

    https://opendev.org/openstack/os-ken

Download the package from:

    https://pypi.org/project/os-ken

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/os-ken

For more details, please see below.

Changes in os-ken 1.4.0..2.0.0
------------------------------

5312d23b pdf-docs: use UPPER_CONSTRAINTS_FILE for doc build
0220f50e Add Python3 xena unit tests
9223eb9a Update master for stable/wallaby
bfffa92e Add requirements-check job for os-ken
cd4926b2 Remove os_ken/app and os_ken/services/protocols/bgp/api/jsonrpc modules


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                      |    3 +-
lower-constraints.txt                           |    1 -
os_ken/app/bmpstation.py                        |   98 -
os_ken/app/cbench.py                            |   50 -
os_ken/app/conf_switch_key.py                   |   18 -
os_ken/app/example_switch_13.py                 |  101 -
os_ken/app/gui_topology/__init__.py             |    0
os_ken/app/gui_topology/gui_topology.py         |   68 -
os_ken/app/gui_topology/html/index.html         |   12 -
os_ken/app/gui_topology/html/osken.topology.css |   30 -
os_ken/app/gui_topology/html/osken.topology.js  |  281 ---
os_ken/app/gui_topology/html/router.svg         |   25 -
os_ken/app/ofctl_rest.py                        |  778 ------
os_ken/app/rest_conf_switch.py                  |  179 --
os_ken/app/rest_firewall.py                     | 1108 ---------
os_ken/app/rest_qos.py                          | 1163 ---------
os_ken/app/rest_router.py                       | 1931 ---------------
os_ken/app/rest_topology.py                     |  119 -
os_ken/app/rest_vtep.py                         | 1842 --------------
os_ken/app/simple_monitor_13.py                 |   95 -
os_ken/app/simple_switch.py                     |  110 -
os_ken/app/simple_switch_12.py                  |   93 -
os_ken/app/simple_switch_13.py                  |  119 -
os_ken/app/simple_switch_14.py                  |  105 -
os_ken/app/simple_switch_15.py                  |  107 -
os_ken/app/simple_switch_igmp.py                |  104 -
os_ken/app/simple_switch_igmp_13.py             |   92 -
os_ken/app/simple_switch_lacp.py                |  116 -
os_ken/app/simple_switch_lacp_13.py             |  106 -
os_ken/app/simple_switch_rest_13.py             |  116 -
os_ken/app/simple_switch_snort.py               |  144 --
os_ken/app/simple_switch_stp.py                 |  133 -
os_ken/app/simple_switch_stp_13.py              |  121 -
os_ken/app/simple_switch_websocket_13.py        |   99 -
os_ken/app/ws_topology.py                       |  120 -
os_ken/app/wsgi.py                              |  336 ---
os_ken/base/app_manager.py                      |    4 -
os_ken/cmd/manager.py                           |    6 -
os_ken/services/protocols/bgp/api/jsonrpc.py    |   92 -
releasenotes/source/index.rst                   |    1 +
releasenotes/source/wallaby.rst                 |    6 +
requirements.txt                                |    1 -
tools/pip-requires                              |    1 -
tox.ini                                         |    4 +-
65 files changed, 12 insertions(+), 14699 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index d45877f1..e1f54929 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +12,0 @@ six>=1.10.0
-tinyrpc>=0.6  # RPC library, BGP speaker(net_cntl)






More information about the Release-announce mailing list