From 62dbc5bdab712673f0336cd74937a87304f36ce1 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 29 Oct 2014 05:54:45 -0700 Subject: [PATCH] docker: Update documentation to reflect risks of retiring ovs-docker. Requested-by: Flavio Leitner Signed-off-by: Gurucharan Shetty Acked-by: Flavio Leitner --- INSTALL.Docker.md | 4 +++- NEWS | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.20.1