the answer is:  " just create a vm ".


[email protected]
 
发件人: [email protected]
发送时间: 2015-10-26 18:56
收件人: ryu-devel-request
主题: why networking-ofagent not create vxlan tunnel port?
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!




[email protected]
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to