Comment 2 for bug 1568506

Revision history for this message
Yuli (stremovsky) wrote :

2016-04-10 16:23:43.799 INFO dragonflow.controller.topology [-] Adding new local Logical Port = {u'parent_name': None, u'macs': [u'fa:16:3e:6a:c9:79'], u'name': u'9b9ebcc2-aa7f-4271-81e1-167b2f3e4569', u'chassis': u'ubuntu', u'lswitch': u'1423cf56-4287-465d-ad62-4cc405327a5a', u'enabled': True, u'topic': u'9c7a73c51a1f49e3a91a3c5d281d182e', u'ips': [u'10.0.0.4', u'fd2e:8916:d8c2:0:f816:3eff:fe6a:c979'], u'device_owner': u'compute:nova', u'port_security': [u'fa:16:3e:6a:c9:79'], u'sgids': [u'38d494d1-f2bb-43bc-b8b9-76cf18cd06e7'], u'tunnel_key': 104, u'external_ids': {u'neutron:port_name': u''}, u'tag': None}{'ofport': 43, 'is_local': True, 'local_network_id': 1}
2016-04-10 16:23:43.799 ERROR dragonflow.controller.topology [-] App failed to process vm port online event {u'parent_name': None, u'macs': [u'fa:16:3e:6a:c9:79'], u'name': u'9b9ebcc2-aa7f-4271-81e1-167b2f3e4569', u'chassis': u'ubuntu', u'lswitch': u'1423cf56-4287-465d-ad62-4cc405327a5a', u'enabled': True, u'topic': u'9c7a73c51a1f49e3a91a3c5d281d182e', u'ips': [u'10.0.0.4', u'fd2e:8916:d8c2:0:f816:3eff:fe6a:c979'], u'device_owner': u'compute:nova', u'port_security': [u'fa:16:3e:6a:c9:79'], u'sgids': [u'38d494d1-f2bb-43bc-b8b9-76cf18cd06e7'], u'tunnel_key': 104, u'external_ids': {u'neutron:port_name': u''}, u'tag': None}{'ofport': 43, 'is_local': True, 'local_network_id': 1}
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology Traceback (most recent call last):
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology File "/opt/stack/dragonflow/dragonflow/controller/topology.py", line 156, in _vm_port_updated
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology self.controller.logical_port_updated(lport)
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology File "/opt/stack/dragonflow/dragonflow/controller/df_local_controller.py", line 189, in logical_port_updated
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology self.vswitch_api.get_local_ports_to_ofport_mapping())
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology File "/opt/stack/dragonflow/dragonflow/db/drivers/ovsdb_vswitch_impl.py", line 212, in get_local_ports_to_ofport_mapping
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology br_int = idlutils.row_by_value(self.idl, 'Bridge', 'name', 'br-int')
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology File "/opt/stack/neutron/neutron/agent/ovsdb/native/idlutils.py", line 60, in row_by_value
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology raise RowNotFound(table=table, col=column, match=match)
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology RowNotFound: Cannot find Bridge with name=br-int
2016-04-10 16:23:43.799 TRACE dragonflow.controller.topology
2016-04-10 16:23:47.781 DEBUG ryu.controller.controller [-] Datapath in process of terminating; send() to ('10.100.100.8', 47443) discarded. from (pid=10522) send /usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py:277
2016-04-10 16:23:49.714 DEBUG ryu.controller.controller [-] connected socket:<eventlet.greenio.base.GreenSocket object at 0x7f97baa7d750> address:('10.100.100.8', 53922) from (pid=10522) datapath_connection_factory /usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py:399
2016-04-10 16:23:49.715 DEBUG RyuDFAdapter [-] hello ev <ryu.controller.ofp_event.EventOFPHello object at 0x7f97ba9c1a10> from (pid=10522) hello_handler /usr/local/lib/python2.7/dist-packages/ryu/controller/ofp_handler.py:70
2016-04-10 16:23:49.715 DEBUG RyuDFAdapter [-] move onto config mode from (pid=10522) hello_handler /usr/local/lib/python2.7/dist-packages/ryu/controller/ofp_handler.py:185
2016-04-10 16:23:49.716 DEBUG RyuDFAdapter [-] switch features ev version=0x4,msg_type=0x6,msg_len=0x20,xid=0x7a38f172,OFPSwitchFeatures(auxiliary_id=0,capabilities=79,datapath_id=240472173004872,n_buffers=256,n_tables=254) from (pid=10522) switch_features_handler /usr/local/lib/python2.7/dist-packages/ryu/controller/ofp_handler.py:196
> /opt/stack/dragonflow/dragonflow/controller/l2_app.py(474)add_remote_port()
    473 # Egress classifier for port
--> 474 match = parser.OFPMatch(reg7=tunnel_key)
    475 actions = []