diff options
-rwxr-xr-x | ryu/cmd/ofa_neutron_agent.py | 4 |
1 files changed, 4 insertions, 0 deletions
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() |