Public bug reported: The value for Vxlan UDP port should be changed in ml2_vxlan_endpoints table according to the values configured in ml2_conf.ini at L2 agent side. VXLAN_UDP_PORT = 4789
def add_endpoint(self, ip, udp_port=VXLAN_UDP_PORT): LOG.debug(_("add_vxlan_endpoint() called for ip %s"), ip) ** Affects: neutron Importance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1373359 Title: Vxlan UDP port is not updated in db Status in OpenStack Neutron (virtual network service): New Bug description: The value for Vxlan UDP port should be changed in ml2_vxlan_endpoints table according to the values configured in ml2_conf.ini at L2 agent side. VXLAN_UDP_PORT = 4789 def add_endpoint(self, ip, udp_port=VXLAN_UDP_PORT): LOG.debug(_("add_vxlan_endpoint() called for ip %s"), ip) To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1373359/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp