Re: [Ryu-devel] OVSDB Manager Attribute error
Brought to you by:
nz_gizmoguy
|
From: Iwase Y. <iwa...@gm...> - 2016-10-19 05:40:10
|
Hi, Sorry, I don't know much about ryu/services/protocols/ovsdb, though... The error you got seems to be raised at the Python 'ovs' library, which is developed by the Open vSwitch project. https://github.com/openvswitch/ovs/tree/master/python How about taking contact to the Open vSwitch team? https://github.com/openvswitch/ovs#contact Thanks, Iwase On 2016年10月17日 13:50, sru...@wi... wrote: > Hi, > > We are trying to manage openVswitch using ryu controller using OVSDB manager. > But we are facing an Attribute error while doing the same. > > File "/root/venv/lib/python3.4/site-packages/ovs/db/idl.py", line 266, in send_cond_change > if table.cond_changed: > AttributeError: 'TableSchema' object has no attribute 'cond_changed' > > Ryu application and the logs are attached. > > Please help us in understanding why the error is coming, though the schema is received from the openVswitch. > > > Thanks and Regards, > Srujana. > > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Ryu-devel mailing list > Ryu...@li... > https://lists.sourceforge.net/lists/listinfo/ryu-devel > |