On Tue, 14 May 2013 11:13:33 +0900 Isaku Yamahata <[email protected]> wrote:
> 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 <[email protected]> > Signed-off-by: Isaku Yamahata <[email protected]> > --- > ryu/controller/ofp_event.py | 7 +++---- > ryu/ofproto/__init__.py | 7 +++++++ > 2 files changed, 10 insertions(+), 4 deletions(-) Tried our jeknins testings this time? ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
