diff mbox

[ovs-dev] NEWS: Add OVN.

Message ID 1449069543-25372-1-git-send-email-russell@ovn.org
State Superseded
Headers show

Commit Message

Russell Bryant Dec. 2, 2015, 3:19 p.m. UTC
Add OVN to NEWS as a post-2.4.0 feature.

Signed-off-by: Russell Bryant <russell@ovn.org>
---
NEWS | 4 ++++
 1 file changed, 4 insertions(+)


I considered s/initial/experimental/ in this NEWS entry, but I'm curious what
others think is appropriate.  Mainly I was thinking we might want to mark it as
experimental while we work to do more scale testing.

Comments

Justin Pettit Dec. 2, 2015, 4:21 p.m. UTC | #1
I think I would go with experimental, since I don't think it should be used in production yet.  I'm hopeful that the release after 2.5 will be one that people can start using.

--Justin


> On Dec 2, 2015, at 7:19 AM, Russell Bryant <russell@ovn.org> wrote:
> 
> Add OVN to NEWS as a post-2.4.0 feature.
> 
> Signed-off-by: Russell Bryant <russell@ovn.org>
> ---
> NEWS | 4 ++++
> 1 file changed, 4 insertions(+)
> 
> 
> I considered s/initial/experimental/ in this NEWS entry, but I'm curious what
> others think is appropriate.  Mainly I was thinking we might want to mark it as
> experimental while we work to do more scale testing.
> 
> 
> diff --git a/NEWS b/NEWS
> index cae265f..81b5b2f 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -31,6 +31,10 @@ Post-v2.4.0
>    - Add support for connection tracking through the new "ct" action
>      and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields.  Only
>      available on Linux kernels with the connection tracking module loaded.
> +   - Add initial version of OVN.  OVN, the Open Virtual Network, is a
> +     system to support virtual network abstraction.  OVN complements the
> +     existing capabilities of OVS to add native support for virtual network
> +     abstractions, such as virtual L2 and L3 overlays and security groups.
> 
> 
> v2.4.0 - 20 Aug 2015
> -- 
> 2.5.0
>
Russell Bryant Dec. 2, 2015, 4:35 p.m. UTC | #2
On 12/02/2015 11:21 AM, Justin Pettit wrote:
> I think I would go with experimental, since I don't think it should be used in production yet.  I'm hopeful that the release after 2.5 will be one that people can start using.

OK, agreed.  I'll do a v2 using "experimental".
diff mbox

Patch

diff --git a/NEWS b/NEWS
index cae265f..81b5b2f 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@  Post-v2.4.0
    - Add support for connection tracking through the new "ct" action
      and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields.  Only
      available on Linux kernels with the connection tracking module loaded.
+   - Add initial version of OVN.  OVN, the Open Virtual Network, is a
+     system to support virtual network abstraction.  OVN complements the
+     existing capabilities of OVS to add native support for virtual network
+     abstractions, such as virtual L2 and L3 overlays and security groups.
 
 
 v2.4.0 - 20 Aug 2015