From d56644eb6a03ddd73a6906dd712e4ce66ba0c4f5 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 18 Nov 2013 17:18:17 +0900 Subject: ryu.app.tunnel_port_updater: comments Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/app/tunnel_port_updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ryu/app/tunnel_port_updater.py b/ryu/app/tunnel_port_updater.py index 5740d395..c8283484 100644 --- a/ryu/app/tunnel_port_updater.py +++ b/ryu/app/tunnel_port_updater.py @@ -14,6 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This module updates OVS tunnel ports for OpenStack integration. + import collections from oslo.config import cfg import logging -- cgit v1.2.3