From: Lucas Alvares Gomes <[email protected]>

This patch is extending the documentation about the new transport zones
feature to clarify that if no transport zones are set, the chassis will
belong to a default group.

Signed-off-by: Lucas Alvares Gomes <[email protected]>
---
 ovn/controller/ovn-controller.8.xml | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/ovn/controller/ovn-controller.8.xml 
b/ovn/controller/ovn-controller.8.xml
index 072ec5820..9721d9a5b 100644
--- a/ovn/controller/ovn-controller.8.xml
+++ b/ovn/controller/ovn-controller.8.xml
@@ -170,11 +170,17 @@
 
       <dt><code>external_ids:ovn-transport-zones</code></dt>
       <dd>
-        The transport zone(s) that this chassis belongs to. Transport
-        zones is a way to group different chassis so that tunnels are only
-        formed between members of the same group(s). Multiple transport
-        zones may be specified with a comma-separated list. For example:
-        tz1,tz2,tz3.
+        <p>
+          The transport zone(s) that this chassis belongs to. Transport
+          zones is a way to group different chassis so that tunnels are only
+          formed between members of the same group(s). Multiple transport
+          zones may be specified with a comma-separated list. For example:
+          tz1,tz2,tz3.
+        </p>
+        <p>
+          If not set, the Chassis will be considered part of a default
+          transport zone.
+        </p>
       </dd>
     </dl>
 
-- 
2.21.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to