docker: Update documentation to reflect risks of retiring ovs-docker.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 29 Oct 2014 12:54:45 +0000 (05:54 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 29 Oct 2014 21:08:16 +0000 (14:08 -0700)
Requested-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Flavio Leitner <fbl@redhat.com>
INSTALL.Docker.md
NEWS

index 2956036..ca7249f 100644 (file)
@@ -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 31d00de..66e57bc 100644 (file)
--- 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