diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2013-05-14 11:13:33 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-05-15 04:01:24 +0900 |
commit | eae62b42ac6019fd894de27e2efc9d3ab9149385 (patch) | |
tree | 9381350b6111c2ac512301eae91fd887874458ca /run_tests.sh | |
parent | 9d06333da0eaeeca440a4eae728c5dd14d16ba65 (diff) |
ofproto: exception during startup related ofp module detaction
This patch fixes the following exception.
ryu/controller/ofp_event.py: update
cd /opt/stack/ryu && /opt/stack/ryu/bin/ryu-mana ^Mger --config-file /etc/ryu/ryu.conf || touch "/opt/stack/status/stack/ryu.failur ^Me"
> Traceback (most recent call last):
> File "/opt/stack/ryu/bin/ryu-manager", line 41, in <module>
> from ryu.base.app_manager import AppManager
> File "/opt/stack/ryu/ryu/base/app_manager.py", line 22, in <module>
> from ryu.controller.handler import register_instance
> File "/opt/stack/ryu/ryu/controller/handler.py", line 20, in <module>
> from ryu.controller import ofp_event
> File "/opt/stack/ryu/ryu/controller/ofp_event.py", line 69, in <module>
> for ofp_mods in ofproto.get_ofp_module():
> TypeError: get_ofp_module() takes exactly 1 argument (0 given)
Reported-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'run_tests.sh')
0 files changed, 0 insertions, 0 deletions