[Bug 1460164] Re: restart of openvswitch-switch causes instance network down when l2population enabled
James Page
james.page at ubuntu.com
Fri Dec 18 14:33:53 UTC 2015
Looking at the tunnel_sync function in Icehouse:
def tunnel_sync(self):
resync = False
try:
for tunnel_type in self.tunnel_types:
details = self.plugin_rpc.tunnel_sync(self.context,
self.local_ip,
tunnel_type)
if not self.l2_pop:
tunnels = details['tunnels']
for tunnel in tunnels:
if self.local_ip != tunnel['ip_address']:
you can quite clearly see that if l2_pop is enabled, then tunnel ports
are not setup after the restart.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1460164
Title:
restart of openvswitch-switch causes instance network down when
l2population enabled
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1460164/+subscriptions
More information about the Ubuntu-server-bugs
mailing list