Hi,everyone,i deployed a openstack cluster using RDO,which have one controller
node and two compute node.i want to using networking-ofagent and i almost
successful.the only question is networking-ofagent not create vxlan tunnel
port on br-int of one compute node .i search ofa_neutron_agent.py and found the
key method is below:----------------------------- def
setup_tunnel_port(self, br, remote_ip, network_type): port_name =
self._create_tunnel_port_name(network_type, remote_ip) if not port_name:
return 0 ofport = self._setup_tunnel_port(br,
port_name,
remote_ip, network_type) return
ofport)------------------------but how and where setup_tunnel_port be
called?can you give me a little hint,thanks!
xueguanwen
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel