Go to file
Roman Dobosz feff260509 Fix directives formatting.
According to restructuredtext guidelines, directives should have
following formatting:

.. directive_name:: param
   :option:

   body

So it starts with the leading two dots and the space. Next directive
name follows with two colons, and finally optional parameter. Than, line
below it is either some options delimited with colons, or an empty line.
After which body of the directive follows. It should be positioned just
at the same column as directive name, so exactly 3 spaces. Most of the
directives are formatted wrong, including:

- note
- image
- todo
- toctree
- warning
- figure

This patch fixes that.

Change-Id: Ic970f72aeb93bcda82f02e57b70370ab79d6855d
2019-11-13 11:59:37 +01:00
2019-11-13 11:39:10 +01:00
2019-11-13 11:59:37 +01:00
2019-10-14 12:44:47 +00:00
2019-04-04 12:33:42 +02:00
2019-11-13 11:39:10 +01: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-09-23 15:59:22 +08:00
2019-09-23 15:59:22 +08:00
2019-11-13 11:39:10 +01:00
2019-11-13 11:59:37 +01:00
2019-07-05 11:40:28 -04:00
2017-03-15 12:44:19 +00:00
2018-07-16 15:43:10 +00:00
2019-10-15 15:29:07 +02: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