From 35ad41bab9064cd99a9624b71ca90566700ec5e8 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 16 Jul 2017 14:59:04 -0400 Subject: [PATCH] NEWS: Add OVN L3 Gateway HA. Signed-off-by: Russell Bryant Acked-by: Miguel Angel Ajo --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d61fc5f7bd4..b2deac57d6b 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,9 @@ Post-v2.7.0 * "ovn-sbctl lflow-list" can now print OpenFlow flows that correspond to logical flows. * Now uses OVSDB RBAC support to reduce impact of compromised hypervisors. + * Multiple chassis may now be specified for L3 gateways. When more than + one chassis is specified, OVN will manage high availability for that + gateway. - Tracing with ofproto/trace now traces through recirculation. - OVSDB: * New support for role-based access control (see ovsdb-server(1)).