From 6199ad5739d301c67a734ceb93e98995db2c2a3d Mon Sep 17 00:00:00 2001 From: Maysa Macedo Date: Tue, 18 Jan 2022 21:03:52 +0000 Subject: [PATCH] Fix prepoulation of ports pool definition As part of the work to reduce OpenStack resource usage the Namespace is only now handled when a Pod on Pods Network is created in it. This new behavior also affects when the ports pool prepopulation happens requiring update to the docs. Change-Id: Iac9d366b14e9e69d1a98da112ee53f97026c2f9d --- doc/source/installation/network_namespace.rst | 6 +++--- doc/source/installation/network_policy.rst | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/source/installation/network_namespace.rst b/doc/source/installation/network_namespace.rst index c092fddd6..75e50a92f 100644 --- a/doc/source/installation/network_namespace.rst +++ b/doc/source/installation/network_namespace.rst @@ -16,9 +16,9 @@ the next steps are needed: enabled_handlers=vif,endpoints,service,kuryrloadbalancer,namespace, kuryrnetwork,kuryrport - Note that if you also want to enable prepopulation of ports pools upon new - namespace creation, you need to also add the kuryrnetwork_population - handler (more details on :doc:`./ports-pool`): + Note that if you also want to enable prepopulation of ports pools upon + creation of first pod on pods network in a namespace, you need to also + add the kuryrnetwork_population handler (more details on :doc:`./ports-pool`): .. code-block:: ini diff --git a/doc/source/installation/network_policy.rst b/doc/source/installation/network_policy.rst index 779cced15..702157170 100644 --- a/doc/source/installation/network_policy.rst +++ b/doc/source/installation/network_policy.rst @@ -14,8 +14,9 @@ be found at :doc:`./devstack/containerized`): pod_label,namespace,kuryrnetwork,kuryrnetworkpolicy, kuryrport -Note that if you also want to enable prepopulation of ports pools upon new -namespace creation, you need to also dd the kuryrnetwork_population handler +Note that if you also want to enable prepopulation of ports pools upon creation +of first pod on pods network in a namespace, you need to also add the +kuryrnetwork_population handler (more details on :doc:`./ports-pool`): .. code-block:: ini