Signed-off-by: YAMAMOTO Takashi <[email protected]> --- 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 59a9a1b..a761329 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() -- 1.9.4 ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
