From 891eb5edf6d380dd1dc4a81070d7de91d67bd114 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 11 Sep 2014 13:55:26 +0900 Subject: ofa_neutron_agent: Add a comment to explain what uses this Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/cmd/ofa_neutron_agent.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ryu/cmd/ofa_neutron_agent.py b/ryu/cmd/ofa_neutron_agent.py index 59a9a1b0..a7613297 100755 --- a/ryu/cmd/ofa_neutron_agent.py +++ b/ryu/cmd/ofa_neutron_agent.py @@ -18,6 +18,10 @@ # @author: Fumihiko Kakuma, VA Linux Systems Japan K.K. # @author: YAMAMOTO Takashi, VA Linux Systems Japan K.K. +# NOTE: This module is used by Neutron "ofagent" agent for +# IceHouse release. Juno and later releases do not use this. +# TODO: Remove this module when IceHouse is EOL'ed. + from ryu.lib import hub hub.patch() -- cgit v1.2.3