From: Gurucharan Shetty Date: Wed, 29 Oct 2014 12:54:45 +0000 (-0700) Subject: docker: Update documentation to reflect risks of retiring ovs-docker. X-Git-Tag: v2.4.0~1097 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=62dbc5bdab712673f0336cd74937a87304f36ce1 docker: Update documentation to reflect risks of retiring ovs-docker. Requested-by: Flavio Leitner Signed-off-by: Gurucharan Shetty Acked-by: Flavio Leitner --- diff --git a/INSTALL.Docker.md b/INSTALL.Docker.md index 29560363f..ca7249ffc 100644 --- a/INSTALL.Docker.md +++ b/INSTALL.Docker.md @@ -14,7 +14,9 @@ one cannot use the Docker client to automatically add a container's network interface to an Open vSwitch bridge during the creation of the container. This document describes addition of new network interfaces to an already created container and in turn attaching that interface as a port to an -Open vSwitch bridge. +Open vSwitch bridge. If and when there is a native integration of Open vSwitch +with Docker, the ovs-docker utility described in this document is expected to +be retired. Setup ----- diff --git a/NEWS b/NEWS index 31d00de9c..66e57bc7b 100644 --- a/NEWS +++ b/NEWS @@ -40,7 +40,8 @@ Post-v2.3.0 - Stats are no longer updated on fake bond interface. - Keep active bond slave selection across OVS restart. - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker - containers. + containers. If and when there is a native integration of Open vSwitch + with Docker, the wrapper script will be retired. v2.3.0 - 14 Aug 2014