diff mbox

[ovs-dev,1/2] NEWS: Add OVN L3 Gateway HA.

Message ID 20170716195603.9762-1-russell@ovn.org
State Accepted
Headers show

Commit Message

Russell Bryant July 16, 2017, 7:56 p.m. UTC
Signed-off-by: Russell Bryant <russell@ovn.org>
---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Russell Bryant July 21, 2017, 12:01 a.m. UTC | #1
Thanks for the review.  I applied this to master.

Patch 2 of this series needs a review, as well.

On Wed, Jul 19, 2017 at 12:50 AM, Miguel Angel Ajo Pelayo
<majopela@redhat.com> wrote:
> Acked-by: Miguel Angel Ajo <majopela@redhat.com>
>
> El 16 jul. 2017 9:56 p. m., "Russell Bryant" <russell@ovn.org> escribió:
>>
>> Signed-off-by: Russell Bryant <russell@ovn.org>
>> ---
>>  NEWS | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/NEWS b/NEWS
>> index f2e453a61..d6926aa71 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)).
>> --
>> 2.13.3
>>
>
diff mbox

Patch

diff --git a/NEWS b/NEWS
index f2e453a61..d6926aa71 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)).