Go to file
Michał Dulko 7ed6e86744 Basic Python 3 compatibility fixes
This is result of running 2to3 without dict fix (as it seems
unnecessary for most of our cases).

In Python 3 {}.values() returns a view that is not indexable. This
commit uses list() on that to make AddHandler.should_callback compatible
with Python 3.

Change-Id: I354597f43d43630f9fb875dd8c9ab741c35af723
2019-11-22 09:19:14 +01:00
2019-11-19 12:34:54 +01:00
2019-11-13 11:39:10 +01:00
2019-11-19 12:34:54 +01:00
2019-11-22 09:19:14 +01:00
2019-10-14 12:44:47 +00:00
2019-04-04 12:33:42 +02:00
2016-11-18 10:14:56 +03:00
2018-09-25 12:16:08 +02:00
2019-04-19 19:44:54 +00:00
2018-07-16 15:43:10 +00:00
2019-06-17 12:58:37 +02:00
2019-11-19 12:34:54 +01:00
2019-11-13 11:39:10 +01:00
2019-11-19 12:34:54 +01:00
2019-11-19 12:34:54 +01:00
2017-03-15 12:44:19 +00:00
2018-07-16 15:43:10 +00:00
2019-11-19 12:34:54 +01:00

Team and repository tags

image

Project description

Kubernetes integration with OpenStack networking

The OpenStack Kuryr project enables native Neutron-based networking in Kubernetes. With Kuryr-Kubernetes it's now possible to choose to run both OpenStack VMs and Kubernetes Pods on the same Neutron network if your workloads require it or to use different segments and, for example, route between them.

Contribution guidelines

For the process of new feature addition, refer to the Kuryr Policy.

Description
RETIRED, Kubernetes integration with OpenStack networking
Readme 46 MiB