diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-09-11 13:55:26 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-09-12 09:04:46 -0700 |
commit | 891eb5edf6d380dd1dc4a81070d7de91d67bd114 (patch) | |
tree | 45cdea1748625766a7dc9a0069218f1e84e60f73 | |
parent | 9e8e2416524800cbae56770d4d083036fa59e892 (diff) |
ofa_neutron_agent: Add a comment to explain what uses this
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-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() |